你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SkuInformation 类

存储 SKU 及其属性。

变量仅由服务器填充,在发送请求时将被忽略。

必须填充所有必需的参数才能发送到 Azure。

继承
azure.mgmt.storage._serialization.Model
SkuInformation

构造函数

SkuInformation(*, name: str | _models.SkuName, restrictions: List[_models.Restriction] | None = None, **kwargs: Any)

仅限关键字的参数

名称 说明
name
strSkuName

SKU 名称。 创建帐户时需要;可选,用于更新。 请注意,在旧版本中,SKU 名称称为 accountType。 必需。 已知值为:“Standard_LRS”、“Standard_GRS”、“Standard_RAGRS”、“Standard_ZRS”、“Premium_LRS”、“Premium_ZRS”、“Standard_GZRS”和“Standard_RAGZRS”。

restrictions

由于 SKU 无法使用的限制。 如果没有限制,则为空。

变量

名称 说明
name
strSkuName

SKU 名称。 创建帐户时需要;可选,用于更新。 请注意,在旧版本中,SKU 名称称为 accountType。 必需。 已知值为:“Standard_LRS”、“Standard_GRS”、“Standard_RAGRS”、“Standard_ZRS”、“Premium_LRS”、“Premium_ZRS”、“Standard_GZRS”和“Standard_RAGZRS”。

tier
strSkuTier

SKU 层。 这基于 SKU 名称。 已知值为:“Standard”和“Premium”。

resource_type
str

资源的类型,通常为“storageAccounts”。

kind
strKind

指示存储帐户的类型。 已知值为:“Storage”、“StorageV2”、“BlobStorage”、“FileStorage”和“BlockBlobStorage”。

locations

SKU 可用的位置集。 azure 地理区域 ((例如美国西部、美国东部、东南亚等) )将受到支持和注册。

capabilities

指定 SKU 中的功能信息,包括文件加密、网络 ACL、更改通知等。

restrictions

由于 SKU 无法使用的限制。 如果没有限制,则为空。