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.Model
CustomHostnameAnalysisResult

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
str

Host name that was analyzed.

is_hostname_already_verified

<code>true</code> if hostname is already verified; otherwise, <code>false</code>.

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

<code>true</code> if there is a conflict on the Container App's managed environment; otherwise, <code>false</code>.

conflict_with_environment_custom_domain

<code>true</code> if there is a conflict on the Container App's managed environment level custom domain; otherwise, <code>false</code>.

conflicting_container_app_resource_id
str

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.