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

BlobInventoryPolicySchema 类

存储帐户 Blob 清单策略规则。

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

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

构造函数

BlobInventoryPolicySchema(*, enabled: bool, destination: str, type: str | _models.InventoryRuleType, rules: List[_models.BlobInventoryPolicyRule], **kwargs)

变量

enabled
bool

如果设置为 true,则启用策略。 必需。

destination
str

存储 Blob 清单文件的容器名称。 必须预先创建。 必需。

type
strInventoryRuleType

有效值为 Inventory。 必需。 “Inventory”

rules
list[BlobInventoryPolicyRule]

存储帐户 Blob 清单策略规则。 规则在启用时应用。 必需。