CustomDomain Class

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

All required parameters must be populated in order to send to Azure.

Inheritance
CustomDomain

Constructor

CustomDomain(*, name: str, use_sub_domain_name: Optional[bool] = None, **kwargs)

Variables

name
str

Required. The custom domain name. Name is the CNAME source.

use_sub_domain_name
bool

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