CustomHostnameAnalysisResultProperties Class

CustomHostnameAnalysisResult resource specific properties.

Constructor

CustomHostnameAnalysisResultProperties(*args: Any, **kwargs: Any)

Variables

Name Description
is_hostname_already_verified

true if hostname is already verified; otherwise, false.

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

true if there is a conflict on a scale unit; otherwise, false.

has_conflict_across_subscription

true if there is a conflict across subscriptions; otherwise, false.

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.

Attributes

a_records

A records controller can see for this hostname.

a_records: list[str] | None

alternate_c_name_records

Alternate CName records controller can see for this hostname.

alternate_c_name_records: list[str] | None

alternate_txt_records

Alternate TXT records controller can see for this hostname.

alternate_txt_records: list[str] | None

c_name_records

CName records controller can see for this hostname.

c_name_records: list[str] | None

conflicting_app_resource_id

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

conflicting_app_resource_id: str | None

custom_domain_verification_failure_info

Raw failure information if DNS verification fails.

custom_domain_verification_failure_info: _models.ErrorEntity | None

custom_domain_verification_test

"Passed", "Failed", and "Skipped".

custom_domain_verification_test: str | _models.DnsVerificationTestResult | None

has_conflict_across_subscription

true if there is a conflict across subscriptions; otherwise, false.

has_conflict_across_subscription: bool | None

has_conflict_on_scale_unit

true if there is a conflict on a scale unit; otherwise, false.

has_conflict_on_scale_unit: bool | None

is_hostname_already_verified

true if hostname is already verified; otherwise, false.

is_hostname_already_verified: bool | None

txt_records

TXT records controller can see for this hostname.

txt_records: list[str] | None