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. |
destination | Container name where blob inventory files are stored. Must be pre-created. |
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
destination
Container name where blob inventory files are stored. Must be pre-created.
destination: string
Property Value
string
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