BlobInventoryPolicySchema Class
The storage account blob inventory policy rules.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
BlobInventoryPolicySchema
Constructor
BlobInventoryPolicySchema(*, enabled: bool, destination: str, type: Union[str, azure.mgmt.storage.v2021_02_01.models._storage_management_client_enums.InventoryRuleType], rules: List[azure.mgmt.storage.v2021_02_01.models._models_py3.BlobInventoryPolicyRule], **kwargs)
Variables
- enabled
- bool
Required. Policy is enabled if set to true.
- destination
- str
Required. Container name where blob inventory files are stored. Must be pre-created.
- type
- str or InventoryRuleType
Required. The valid value is Inventory. Possible values include: "Inventory".
- rules
- list[BlobInventoryPolicyRule]
Required. The storage account blob inventory policy rules. The rule is applied when it is enabled.
Feedback
Submit and view feedback for