BlobInventoryPolicyDefinition Class
An object that defines the blob inventory rule. Each definition consists of a set of filters.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.storage._serialization.ModelBlobInventoryPolicyDefinition
Constructor
BlobInventoryPolicyDefinition(*, filters: _models.BlobInventoryPolicyFilter, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
filters
|
An object that defines the filter set. Required. |
Variables
Name | Description |
---|---|
filters
|
An object that defines the filter set. Required. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python