Get Custom Domain Result
data class GetCustomDomainResult(val azureApiVersion: String, 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
constructor(azureApiVersion: String, 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)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
val customHttpsParameters: Either<CdnManagedHttpsParametersResponse, UserManagedHttpsParametersResponse>? = null
Certificate parameters for securing custom HTTPS
Link copied to clipboard
Provisioning status of the custom domain.
Link copied to clipboard
Provisioning substate shows the progress of custom HTTPS enabling/disabling process step by step.
Link copied to clipboard
Provisioning status of Custom Https of the custom domain.
Link copied to clipboard
Resource status of the custom domain.
Link copied to clipboard
Read only system data
Link copied to clipboard
Special validation or data may be required when delivering CDN to some regions due to local compliance reasons. E.g. ICP license number of a custom domain is required to deliver content in China.