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, destination: str, type: str | _models.InventoryRuleType, rules: List[_models.BlobInventoryPolicyRule], **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
enabled
|
Policy is enabled if set to true. Required. |
destination
|
Container name where blob inventory files are stored. Must be pre-created. 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. |
destination
|
Container name where blob inventory files are stored. Must be pre-created. 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. |
Azure SDK for Python