你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Sku 类
存储帐户的 SKU。
变量仅由服务器填充,发送请求时将被忽略。
必须填充所有必需的参数才能发送到 Azure。
- 继承
-
azure.mgmt.storage._serialization.ModelSku
构造函数
Sku(*, name: str | _models.SkuName, **kwargs: Any)
仅限关键字的参数
名称 | 说明 |
---|---|
name
|
SKU 名称。 创建帐户时需要;可选,用于更新。 请注意,在旧版本中,SKU 名称称为 accountType。 必需。 已知值为:“Standard_LRS”、“Standard_GRS”、“Standard_RAGRS”、“Standard_ZRS”、“Premium_LRS”、“Premium_ZRS”、“Standard_GZRS”和“Standard_RAGZRS”。 |
变量
名称 | 说明 |
---|---|
name
|
SKU 名称。 创建帐户时需要;可选,用于更新。 请注意,在旧版本中,SKU 名称称为 accountType。 必需。 已知值为:“Standard_LRS”、“Standard_GRS”、“Standard_RAGRS”、“Standard_ZRS”、“Premium_LRS”、“Premium_ZRS”、“Standard_GZRS”和“Standard_RAGZRS”。 |
tier
|
SKU 层。 这基于 SKU 名称。 已知值为:“Standard”和“Premium”。 |