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. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python