CustomHostnameAnalysisResult Class
Custom domain analysis.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.web.v2021_01_01.models._models_py3.ProxyOnlyResourceCustomHostnameAnalysisResult
Constructor
CustomHostnameAnalysisResult(*, kind: str | None = None, c_name_records: List[str] | None = None, txt_records: List[str] | None = None, a_records: List[str] | None = None, alternate_c_name_records: List[str] | None = None, alternate_txt_records: List[str] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
kind
|
Kind of resource. |
c_name_records
|
CName records controller can see for this hostname. |
txt_records
|
TXT records controller can see for this hostname. |
a_records
|
A records controller can see for this hostname. |
alternate_c_name_records
|
Alternate CName records controller can see for this hostname. |
alternate_txt_records
|
Alternate TXT records controller can see for this hostname. |
Variables
Name | Description |
---|---|
id
|
Resource Id. |
name
|
Resource Name. |
kind
|
Kind of resource. |
type
|
Resource type. |
is_hostname_already_verified
|
|
custom_domain_verification_test
|
DNS verification test result. Known values are: "Passed", "Failed", and "Skipped". |
custom_domain_verification_failure_info
|
Raw failure information if DNS verification fails. |
has_conflict_on_scale_unit
|
|
has_conflict_across_subscription
|
|
conflicting_app_resource_id
|
Name of the conflicting app on scale unit if it's within the same subscription. |
c_name_records
|
CName records controller can see for this hostname. |
txt_records
|
TXT records controller can see for this hostname. |
a_records
|
A records controller can see for this hostname. |
alternate_c_name_records
|
Alternate CName records controller can see for this hostname. |
alternate_txt_records
|
Alternate TXT records controller can see for this hostname. |
Azure SDK for Python