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 server.
Constructor
BlobInventoryPolicyRule(*, enabled: bool, name: str, definition: _models.BlobInventoryPolicyDefinition, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
enabled
|
Rule is enabled when set to true. Required. |
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. |
definition
|
An object that defines the blob inventory policy rule. Required. |
Variables
Name | Description |
---|---|
enabled
|
Rule is enabled when set to true. Required. |
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. |
definition
|
An object that defines the blob inventory policy rule. Required. |
Azure SDK for Python