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.
- Inheritance
-
azure.mgmt.storage._serialization.ModelCustomDomain
Constructor
CustomDomain(*, name: str, use_sub_domain_name: bool | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
The custom domain name. 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. |
Variables
Name | Description |
---|---|
name
|
The custom domain name. 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. |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python