Get Custom Domain Result
data class GetCustomDomainResult(val customHttpsParameters: Either<CdnManagedHttpsParametersResponse, UserManagedHttpsParametersResponse>? = null, val customHttpsProvisioningState: String, val customHttpsProvisioningSubstate: String, val hostName: String, val id: String, val name: String, val provisioningState: String, val resourceState: String, val systemData: SystemDataResponse, val type: String, val validationData: String? = null)
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 GetCustomDomainResult(customHttpsParameters: Either<CdnManagedHttpsParametersResponse, UserManagedHttpsParametersResponse>? = null, customHttpsProvisioningState: String, customHttpsProvisioningSubstate: String, hostName: String, id: String, name: String, provisioningState: String, resourceState: String, systemData: SystemDataResponse, type: String, validationData: String? = null)
Types
Properties
Link copied to clipboard
val customHttpsParameters: Either<CdnManagedHttpsParametersResponse, UserManagedHttpsParametersResponse>? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard