BlobInventoryPolicyRule Class

An object that wraps the blob inventory rule. Each rule is uniquely defined by name.

All required parameters must be populated in order to send to Azure.

Inheritance
BlobInventoryPolicyRule

Constructor

BlobInventoryPolicyRule(*, enabled: bool, name: str, destination: str, definition: azure.mgmt.storage.v2021_04_01.models._models_py3.BlobInventoryPolicyDefinition, **kwargs)

Variables

enabled
bool

Required. Rule is enabled when set to true.

name
str

Required. A rule name can contain any combination of alpha numeric characters. Rule name is case-sensitive. It must be unique within a policy.

destination
str

Required. Container name where blob inventory files are stored. Must be pre-created.

definition
BlobInventoryPolicyDefinition

Required. An object that defines the blob inventory policy rule.