Get AFDCustom Domain Result
data class GetAFDCustomDomainResult(val azureDnsZone: ResourceReferenceResponse? = null, val deploymentStatus: String, val domainValidationState: String, val hostName: String, val id: String, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val tlsSettings: AFDDomainHttpsParametersResponse? = null, val type: String, val validationProperties: DomainValidationPropertiesResponse)
Friendly domain name mapping to the endpoint hostname that the customer provides for branding purposes, e.g. www.contoso.com.
Constructors
Link copied to clipboard
constructor(azureDnsZone: ResourceReferenceResponse? = null, deploymentStatus: String, domainValidationState: String, hostName: String, id: String, name: String, provisioningState: String, systemData: SystemDataResponse, tlsSettings: AFDDomainHttpsParametersResponse? = null, type: String, validationProperties: DomainValidationPropertiesResponse)
Properties
Link copied to clipboard
Resource reference to the Azure DNS zone
Link copied to clipboard
Link copied to clipboard
Provisioning substate shows the progress of custom HTTPS enabling/disabling process step by step. DCV stands for DomainControlValidation.
Link copied to clipboard
Provisioning status
Link copied to clipboard
Read only system data
Link copied to clipboard
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.
Link copied to clipboard
Values the customer needs to validate domain ownership