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, definition: azure.mgmt.storage.v2019_06_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.

definition
BlobInventoryPolicyDefinition

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