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