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. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python