AFDDomainUpdatePropertiesParameters Class
The JSON object that contains the properties of the domain to create.
Constructor
AFDDomainUpdatePropertiesParameters()
Variables
| Name | Description |
|---|---|
|
profile_name
|
The name of the profile which holds the domain. |
|
tls_settings
|
<xref:<xref:"AFDDomainHttpsParameters">>
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
|
<xref:<xref:"ResourceReference">>
Resource reference to the Azure DNS zone. |
|
pre_validated_custom_domain_resource_id
|
<xref:<xref:"ResourceReference">>
Resource reference to the Azure resource where custom domain ownership was prevalidated. |
Attributes
azureDnsZone
Resource reference to the Azure DNS zone.
azureDnsZone: ResourceReference
preValidatedCustomDomainResourceId
Resource reference to the Azure resource where custom domain ownership was prevalidated.
preValidatedCustomDomainResourceId: ResourceReference
profileName
The name of the profile which holds the domain.
profileName: str
tlsSettings
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.
tlsSettings: AFDDomainHttpsParameters