BlobInventoryPolicyRule Class

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

Constructor

BlobInventoryPolicyRule(*args: Any, **kwargs: Any)

Variables

Name Description
enabled

Rule is enabled when set to true. Required.

name
str

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

destination
str

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

definition

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

Attributes

definition

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

definition: _models.BlobInventoryPolicyDefinition

destination

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

destination: str

enabled

Rule is enabled when set to true. Required.

enabled: bool

name

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

name: str