ManagementPolicyDefinition Class
An object that defines the Lifecycle rule. Each definition is made up with a filters set and an actions set.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.storage._serialization.ModelManagementPolicyDefinition
Constructor
ManagementPolicyDefinition(*, actions: _models.ManagementPolicyAction, filters: _models.ManagementPolicyFilter | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
actions
|
An object that defines the action set. Required. |
filters
|
An object that defines the filter set. |
Variables
Name | Description |
---|---|
actions
|
An object that defines the action set. Required. |
filters
|
An object that defines the filter set. |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python