ManagementPolicyAction Class
Actions are applied to the filtered blobs when the execution condition is met.
- Inheritance
-
azure.mgmt.storage._serialization.ModelManagementPolicyAction
Constructor
ManagementPolicyAction(*, base_blob: _models.ManagementPolicyBaseBlob | None = None, snapshot: _models.ManagementPolicySnapShot | None = None, version: _models.ManagementPolicyVersion | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
base_blob
|
The management policy action for base blob. |
snapshot
|
The management policy action for snapshot. |
version
|
The management policy action for version. |
Variables
Name | Description |
---|---|
base_blob
|
The management policy action for base blob. |
snapshot
|
The management policy action for snapshot. |
version
|
The management policy action for version. |
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Python