Package version:

Interface CustomDomain

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

interface CustomDomain {
    name: string;
    useSubDomainName?: boolean;
}

Properties

name: string

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

useSubDomainName?: boolean

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