BlobInventoryPolicyRule interface
An object that wraps the blob inventory rule. Each rule is uniquely defined by name.
Properties
definition | An object that defines the blob inventory policy rule. |
enabled | Rule is enabled when set to true. |
name | A rule name can contain any combination of alpha numeric characters. Rule name is case-sensitive. It must be unique within a policy. |
Property Details
definition
An object that defines the blob inventory policy rule.
definition: BlobInventoryPolicyDefinition
Property Value
enabled
Rule is enabled when set to true.
enabled: boolean
Property Value
boolean
name
A rule name can contain any combination of alpha numeric characters. Rule name is case-sensitive. It must be unique within a policy.
name: string
Property Value
string