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 server.
Constructor
CustomDomain(*, name: str, use_sub_domain_name: bool | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
Gets or sets the custom domain name assigned to the storage account. Name is the CNAME source. Required. |
use_sub_domain_name
|
Indicates whether indirect CName validation is enabled. Default value is false. This should only be set on updates. Default value: None
|
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python