customDomain

@JvmName(name = "ornjcwibmlwjtsbo")
suspend fun customDomain(value: Output<CustomDomainArgs>)
@JvmName(name = "jbkgpccnssqlwdkt")
suspend fun customDomain(value: CustomDomainArgs?)

Parameters

value

User domain assigned to the storage account. Name is the CNAME source. Only one custom domain is supported per storage account at this time. To clear the existing custom domain, use an empty string for the custom domain name property.


@JvmName(name = "vdhthjmrvwklwfsm")
suspend fun customDomain(argument: suspend CustomDomainArgsBuilder.() -> Unit)

Parameters

argument

User domain assigned to the storage account. Name is the CNAME source. Only one custom domain is supported per storage account at this time. To clear the existing custom domain, use an empty string for the custom domain name property.