CustomHostnameAnalysisResult Class

Custom domain analysis.

Variables are only populated by the server, and will be ignored when sending a request.

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
str

Kind of resource.

Default value: None
c_name_records

CName records controller can see for this hostname.

Default value: None
txt_records

TXT records controller can see for this hostname.

Default value: None
a_records

A records controller can see for this hostname.

Default value: None
alternate_c_name_records

Alternate CName records controller can see for this hostname.

Default value: None
alternate_txt_records

Alternate TXT records controller can see for this hostname.

Default value: None

Variables

Name Description
id
str

Resource Id.

name
str

Resource Name.

kind
str

Kind of resource.

type
str

Resource type.

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_scale_unit

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

has_conflict_across_subscription

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

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.