BlobInventoryPolicySchema Class
The storage account blob inventory policy rules.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.storage._serialization.ModelBlobInventoryPolicySchema
Constructor
BlobInventoryPolicySchema(*, enabled: bool, type: str | _models.InventoryRuleType, rules: List[_models.BlobInventoryPolicyRule], **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
enabled
|
Policy is enabled if set to true. Required. |
type
|
The valid value is Inventory. Required. "Inventory" |
rules
|
The storage account blob inventory policy rules. The rule is applied when it is enabled. Required. |
Variables
Name | Description |
---|---|
enabled
|
Policy is enabled if set to true. Required. |
type
|
The valid value is Inventory. Required. "Inventory" |
rules
|
The storage account blob inventory policy rules. The rule is applied when it is enabled. Required. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python