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. |
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