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

Constructor

CustomHostnameAnalysisResult(*, kind: Optional[str] = None, c_name_records: Optional[List[str]] = None, txt_records: Optional[List[str]] = None, a_records: Optional[List[str]] = None, alternate_c_name_records: Optional[List[str]] = None, alternate_txt_records: Optional[List[str]] = None, **kwargs)

Parameters

kind
str
Required

Kind of resource.

c_name_records
list[str]
Required

CName records controller can see for this hostname.

txt_records
list[str]
Required

TXT records controller can see for this hostname.

a_records
list[str]
Required

A records controller can see for this hostname.

alternate_c_name_records
list[str]
Required

Alternate CName records controller can see for this hostname.

alternate_txt_records
list[str]
Required

Alternate TXT records controller can see for this hostname.

Variables

id
str

Resource Id.

name
str

Resource Name.

type
str

Resource type.

is_hostname_already_verified
bool

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

custom_domain_verification_test
str or DnsVerificationTestResult

DNS verification test result. Possible values include: "Passed", "Failed", "Skipped".

custom_domain_verification_failure_info
ErrorEntity

Raw failure information if DNS verification fails.

has_conflict_on_scale_unit
bool

<code>true</code> if there is a conflict on a scale unit; otherwise, <code>false</code>.

has_conflict_across_subscription
bool

<code>true</code> if there is a conflict across subscriptions; otherwise, <code>false</code>.

conflicting_app_resource_id
str

Name of the conflicting app on scale unit if it's within the same subscription.