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
fun GetAFDCustomDomainResult(azureDnsZone: ResourceReferenceResponse? = null, deploymentStatus: String, domainValidationState: String, hostName: String, id: String, name: String, provisioningState: String, systemData: SystemDataResponse, tlsSettings: AFDDomainHttpsParametersResponse? = null, type: String, validationProperties: DomainValidationPropertiesResponse)