你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
SkuInformation 类
存储 SKU 及其属性。
变量仅由服务器填充,发送请求时将被忽略。
必须填充所有必需的参数才能发送到 Azure。
- 继承
-
azure.mgmt.storage._serialization.ModelSkuInformation
构造函数
SkuInformation(*, name: str | _models.SkuName, restrictions: List[_models.Restriction] | None = None, **kwargs)
变量
SKU 名称。 创建帐户时需要;可选,用于更新。 请注意,在旧版本中,SKU 名称称为 accountType。 必需。 已知值为:“Standard_LRS”、“Standard_GRS”、“Standard_RAGRS”、“Standard_ZRS”、“Premium_LRS”、“Premium_ZRS”、“Standard_GZRS”和“Standard_RAGZRS”。
- resource_type
- str
资源的类型,通常是“storageAccounts”。
指示存储帐户的类型。 已知值为:“Storage”、“StorageV2”、“BlobStorage”、“FileStorage”和“BlockBlobStorage”。
- capabilities
- list[SKUCapability]
指定 SKU 中的功能信息,包括文件加密、网络 ACL、更改通知等。
- restrictions
- list[Restriction]
由于不能使用 SKU 的限制。 如果没有限制,则为空。