Sku Class
The SKU of the storage account.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.storage._serialization.ModelSku
Constructor
Sku(*, name: str | _models.SkuName, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
The SKU name. Required for account creation; optional for update. Note that in older versions, SKU name was called accountType. Required. Known values are: "Standard_LRS", "Standard_GRS", "Standard_RAGRS", "Standard_ZRS", "Premium_LRS", "Premium_ZRS", "Standard_GZRS", and "Standard_RAGZRS". |
Variables
Name | Description |
---|---|
name
|
The SKU name. Required for account creation; optional for update. Note that in older versions, SKU name was called accountType. Required. Known values are: "Standard_LRS", "Standard_GRS", "Standard_RAGRS", "Standard_ZRS", "Premium_LRS", "Premium_ZRS", "Standard_GZRS", and "Standard_RAGZRS". |
tier
|
The SKU tier. This is based on the SKU name. Known values are: "Standard" and "Premium". |
Azure SDK for Python