AFDDomainUpdateParameters interface

The domain JSON object required for domain creation or update.

Properties

azureDnsZone

Resource reference to the Azure DNS zone

preValidatedCustomDomainResourceId

Resource reference to the Azure resource where custom domain ownership was prevalidated

profileName

The name of the profile which holds the domain. NOTE: This property will not be serialized. It can only be populated by the server.

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.

Property Details

azureDnsZone

Resource reference to the Azure DNS zone

azureDnsZone?: ResourceReference

Property Value

preValidatedCustomDomainResourceId

Resource reference to the Azure resource where custom domain ownership was prevalidated

preValidatedCustomDomainResourceId?: ResourceReference

Property Value

profileName

The name of the profile which holds the domain. NOTE: This property will not be serialized. It can only be populated by the server.

profileName?: string

Property Value

string

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

Property Value