BlobInventoryPolicySchema interface   
The storage account blob inventory policy rules.
Properties
| destination | Deprecated Property from API version 2021-04-01 onwards, the required destination container name must be specified at the rule level 'policy.rule.destination' NOTE: This property will not be serialized. It can only be populated by the server.  | 
| enabled | Policy is enabled if set to true.  | 
| rules | The storage account blob inventory policy rules. The rule is applied when it is enabled.  | 
| type | The valid value is Inventory  | 
Property Details
destination
Deprecated Property from API version 2021-04-01 onwards, the required destination container name must be specified at the rule level 'policy.rule.destination' NOTE: This property will not be serialized. It can only be populated by the server.
destination?: string
				Property Value
string
enabled
Policy is enabled if set to true.
enabled: boolean
				Property Value
boolean
rules
The storage account blob inventory policy rules. The rule is applied when it is enabled.
rules: BlobInventoryPolicyRule[]
				Property Value
type
The valid value is Inventory
type: string
				Property Value
string