CustomHostnameAnalysisResult Class
Custom domain analysis.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.appcontainers._serialization.ModelCustomHostnameAnalysisResult
Constructor
CustomHostnameAnalysisResult(*, 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 |
---|---|
c_name_records
|
CName records visible for this hostname. |
txt_records
|
TXT records visible for this hostname. |
a_records
|
A records visible for this hostname. |
alternate_c_name_records
|
Alternate CName records visible for this hostname. |
alternate_txt_records
|
Alternate TXT records visible for this hostname. |
Variables
Name | Description |
---|---|
host_name
|
Host name that was analyzed. |
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_managed_environment
|
|
conflict_with_environment_custom_domain
|
|
conflicting_container_app_resource_id
|
Name of the conflicting Container App on the Managed Environment if it's within the same subscription. |
c_name_records
|
CName records visible for this hostname. |
txt_records
|
TXT records visible for this hostname. |
a_records
|
A records visible for this hostname. |
alternate_c_name_records
|
Alternate CName records visible for this hostname. |
alternate_txt_records
|
Alternate TXT records visible for this hostname. |
Azure SDK for Python