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