AFDDomainProperties Class
The JSON object that contains the properties of the domain to create.
Constructor
AFDDomainProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
profile_name
|
The name of the profile which holds the domain. |
|
tls_settings
|
The configuration specifying how to enable HTTPS for the domain - using AzureFrontDoor managed certificate or user's own certificate. If not specified, enabling ssl uses AzureFrontDoor managed certificate by default. |
|
azure_dns_zone
|
Resource reference to the Azure DNS zone. |
|
pre_validated_custom_domain_resource_id
|
Resource reference to the Azure resource where custom domain ownership was prevalidated. |
|
provisioning_state
|
Provisioning status. Known values are: "Succeeded", "Failed", "Updating", "Deleting", and "Creating". |
|
deployment_status
|
Known values are: "NotStarted", "InProgress", "Succeeded", and "Failed". |
|
domain_validation_state
|
Provisioning substate shows the progress of custom HTTPS enabling/disabling process step by step. DCV stands for DomainControlValidation. Known values are: "Unknown", "Submitting", "Pending", "Rejected", "TimedOut", "PendingRevalidation", "Approved", "RefreshingValidationToken", and "InternalError". |
|
host_name
|
The host name of the domain. Must be a domain name. Required. |
|
extended_properties
|
Key-Value pair representing migration properties for domains. |
|
validation_properties
|
Values the customer needs to validate domain ownership. |
Attributes
azure_dns_zone
Resource reference to the Azure DNS zone.
azure_dns_zone: _models.ResourceReference | None
deployment_status
"NotStarted", "InProgress", "Succeeded", and "Failed".
deployment_status: str | _models.DeploymentStatus | None
domain_validation_state
Provisioning substate shows the progress of custom HTTPS enabling/disabling process step by step. DCV stands for DomainControlValidation. Known values are: "Unknown", "Submitting", "Pending", "Rejected", "TimedOut", "PendingRevalidation", "Approved", "RefreshingValidationToken", and "InternalError".
domain_validation_state: str | _models.DomainValidationState | None
extended_properties
Key-Value pair representing migration properties for domains.
extended_properties: dict[str, str] | None
host_name
The host name of the domain. Must be a domain name. Required.
host_name: str
pre_validated_custom_domain_resource_id
Resource reference to the Azure resource where custom domain ownership was prevalidated.
pre_validated_custom_domain_resource_id: _models.ResourceReference | None
profile_name
The name of the profile which holds the domain.
profile_name: str | None
provisioning_state
"Succeeded", "Failed", "Updating", "Deleting", and "Creating".
provisioning_state: str | _models.AfdProvisioningState | None
tls_settings
The configuration specifying how to enable HTTPS for the domain - using AzureFrontDoor managed certificate or user's own certificate. If not specified, enabling ssl uses AzureFrontDoor managed certificate by default.
tls_settings: _models.AFDDomainHttpsParameters | None
validation_properties
Values the customer needs to validate domain ownership.
validation_properties: _models.DomainValidationProperties | None