你当前正在访问 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)

变量

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
list[str]

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

capabilities
list[SKUCapability]

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

restrictions
list[Restriction]

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