StorageAccountCreateParameters Class

The parameters to provide for the account.

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

Inheritance
azure.mgmt.storage._serialization.Model
StorageAccountCreateParameters

Constructor

StorageAccountCreateParameters(*, location: str, tags: Dict[str, str] | None = None, account_type: str | _models.AccountType | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
location
str

The location of the resource. This will be one of the supported and registered Azure Geo Regions (e.g. West US, East US, Southeast Asia, etc.). The geo region of a resource cannot be changed once it is created, but if an identical geo region is specified on update, the request will succeed. Required.

tags

A list of key value pairs that describe the resource. These tags can be used for 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 with a length no greater than 128 characters and a value with a length no greater than 256 characters.

account_type

The sku name. Required for account creation; optional for update. Note that in older versions, sku name was called accountType. Known values are: "Standard_LRS", "Standard_ZRS", "Standard_GRS", "Standard_RAGRS", and "Premium_LRS".

Variables

Name Description
location
str

The location of the resource. This will be one of the supported and registered Azure Geo Regions (e.g. West US, East US, Southeast Asia, etc.). The geo region of a resource cannot be changed once it is created, but if an identical geo region is specified on update, the request will succeed. Required.

tags

A list of key value pairs that describe the resource. These tags can be used for 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 with a length no greater than 128 characters and a value with a length no greater than 256 characters.

account_type

The sku name. Required for account creation; optional for update. Note that in older versions, sku name was called accountType. Known values are: "Standard_LRS", "Standard_ZRS", "Standard_GRS", "Standard_RAGRS", and "Premium_LRS".