ManagementPolicyVersion Class
Management policy action for blob version.
Constructor
ManagementPolicyVersion(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
tier_to_cool
|
The function to tier blob version to cool storage. |
|
tier_to_archive
|
The function to tier blob version to archive storage. |
|
tier_to_cold
|
The function to tier blobs to cold storage. |
|
tier_to_hot
|
The function to tier blobs to hot storage. This action can only be used with Premium Block Blob Storage Accounts. |
|
delete
|
The function to delete the blob version. |
Attributes
delete
The function to delete the blob version.
delete: _models.DateAfterCreation | None
tier_to_archive
The function to tier blob version to archive storage.
tier_to_archive: _models.DateAfterCreation | None
tier_to_cold
The function to tier blobs to cold storage.
tier_to_cold: _models.DateAfterCreation | None
tier_to_cool
The function to tier blob version to cool storage.
tier_to_cool: _models.DateAfterCreation | None
tier_to_hot
The function to tier blobs to hot storage. This action can only be used with Premium Block Blob Storage Accounts.
tier_to_hot: _models.DateAfterCreation | None