AccountCustomDomainArgs

data class AccountCustomDomainArgs(val name: Output<String>, val useSubdomain: Output<Boolean>? = null) : ConvertibleToJava<AccountCustomDomainArgs>

Constructors

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

Properties

Link copied to clipboard
val name: Output<String>

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

Link copied to clipboard
val useSubdomain: Output<Boolean>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): AccountCustomDomainArgs