AccountCustomDomain

data class AccountCustomDomain(val name: String, val useSubdomain: Boolean? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Custom Domain Name to use for the Storage Account, which will be validated by Azure.

Link copied to clipboard
val useSubdomain: Boolean? = null

Should the Custom Domain Name be validated by using indirect CNAME validation?