AFDDomainUpdatePropertiesParameters Class
The JSON object that contains the properties of the domain to create.
Constructor
AFDDomainUpdatePropertiesParameters(*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. |
Attributes
azure_dns_zone
Resource reference to the Azure DNS zone.
azure_dns_zone: _models.ResourceReference | None
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
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