CustomHostnameAnalysisResult Class
Custom domain analysis.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.web.v2016_08_01.models._models_py3.ProxyOnlyResourceCustomHostnameAnalysisResult
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
Alternate CName records controller can see for this hostname.
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.
Feedback
Submit and view feedback for