StorageAccountUpdateParameters Class

The parameters that can be provided when updating the storage account properties.

Inheritance
azure.mgmt.storage._serialization.Model
StorageAccountUpdateParameters

Constructor

StorageAccountUpdateParameters(*, sku: _models.Sku | None = None, tags: Dict[str, str] | None = None, identity: _models.Identity | None = None, kind: str | _models.Kind | None = None, custom_domain: _models.CustomDomain | None = None, encryption: _models.Encryption | None = None, access_tier: str | _models.AccessTier | None = None, enable_azure_files_aad_integration: bool | None = None, enable_https_traffic_only: bool | None = None, network_rule_set: _models.NetworkRuleSet | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
sku
Sku

Gets or sets the SKU name. Note that the SKU name cannot be updated to Standard_ZRS, Premium_LRS or Premium_ZRS, nor can accounts of those SKU names be updated to any other value.

tags

Gets or sets a list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater in length than 128 characters and a value no greater in length than 256 characters.

identity

The identity of the resource.

kind
str or Kind

Optional. Indicates the type of storage account. Currently only StorageV2 value supported by server. Known values are: "Storage", "StorageV2", "BlobStorage", "FileStorage", and "BlockBlobStorage".

custom_domain

Custom domain assigned to the storage account by the user. 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.

encryption

Provides the encryption settings on the account. The default setting is unencrypted.

access_tier

Required for storage accounts where kind = BlobStorage. The access tier used for billing. Known values are: "Hot" and "Cool".

enable_azure_files_aad_integration

Enables Azure Files AAD Integration for SMB if sets to true.

enable_https_traffic_only

Allows https traffic only to storage service if sets to true.

network_rule_set

Network rule set.

Variables

Name Description
sku
Sku

Gets or sets the SKU name. Note that the SKU name cannot be updated to Standard_ZRS, Premium_LRS or Premium_ZRS, nor can accounts of those SKU names be updated to any other value.

tags

Gets or sets a list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater in length than 128 characters and a value no greater in length than 256 characters.

identity

The identity of the resource.

kind
str or Kind

Optional. Indicates the type of storage account. Currently only StorageV2 value supported by server. Known values are: "Storage", "StorageV2", "BlobStorage", "FileStorage", and "BlockBlobStorage".

custom_domain

Custom domain assigned to the storage account by the user. 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.

encryption

Provides the encryption settings on the account. The default setting is unencrypted.

access_tier

Required for storage accounts where kind = BlobStorage. The access tier used for billing. Known values are: "Hot" and "Cool".

enable_azure_files_aad_integration

Enables Azure Files AAD Integration for SMB if sets to true.

enable_https_traffic_only

Allows https traffic only to storage service if sets to true.

network_rule_set

Network rule set.