Package version:

Interface BlobInventoryPolicySchema

The storage account blob inventory policy rules.

interface BlobInventoryPolicySchema {
    destination?: string;
    enabled: boolean;
    rules: BlobInventoryPolicyRule[];
    type: string;
}

Properties

destination?: string

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: boolean

Policy is enabled if set to true.

The storage account blob inventory policy rules. The rule is applied when it is enabled.

type: string

The valid value is Inventory