StorageAccountUpdateParameters Class
The parameters to update on the account.
- Inheritance
-
azure.mgmt.storage._serialization.ModelStorageAccountUpdateParameters
Constructor
StorageAccountUpdateParameters(*, tags: Dict[str, str] | None = None, account_type: str | _models.AccountType | None = None, custom_domain: _models.CustomDomain | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
tags
|
Resource tags. |
account_type
|
str or
AccountType
The account type. Note that StandardZRS and PremiumLRS accounts cannot be changed to other account types, and other account types cannot be changed to StandardZRS or PremiumLRS. Known values are: "Standard_LRS", "Standard_ZRS", "Standard_GRS", "Standard_RAGRS", and "Premium_LRS". |
custom_domain
|
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. |
Variables
Name | Description |
---|---|
tags
|
Resource tags. |
account_type
|
str or
AccountType
The account type. Note that StandardZRS and PremiumLRS accounts cannot be changed to other account types, and other account types cannot be changed to StandardZRS or PremiumLRS. Known values are: "Standard_LRS", "Standard_ZRS", "Standard_GRS", "Standard_RAGRS", and "Premium_LRS". |
custom_domain
|
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. |
Azure SDK for Python