GetCustomDomainResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

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

The host name of the custom domain. Must be a domain name.

Link copied to clipboard
val id: String

Resource ID.

Link copied to clipboard

Resource name.

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

Resource type.

Link copied to clipboard
val validationData: String? = null

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.