CustomDomainResponse

data class CustomDomainResponse(val name: String, val useSubDomainName: Boolean? = null)

The custom domain assigned to this storage account. This can be set via Update.

Constructors

Link copied to clipboard
constructor(name: String, useSubDomainName: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets or sets the custom domain name assigned to the storage account. Name is the CNAME source.

Link copied to clipboard

Indicates whether indirect CName validation is enabled. Default value is false. This should only be set on updates.