ManagementPolicyBaseBlob Class
Management policy action for base blob.
Constructor
ManagementPolicyBaseBlob(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
tier_to_cool
|
The function to tier blobs to cool storage. |
|
tier_to_archive
|
The function to tier blobs 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. |
|
enable_auto_tier_to_hot_from_cool
|
This property enables auto tiering of a blob from cool to hot on a blob access. This property requires tierToCool.daysAfterLastAccessTimeGreaterThan. |
Attributes
delete
The function to delete the blob.
delete: _models.DateAfterModification | None
enable_auto_tier_to_hot_from_cool
This property enables auto tiering of a blob from cool to hot on a blob access. This property requires tierToCool.daysAfterLastAccessTimeGreaterThan.
enable_auto_tier_to_hot_from_cool: bool | None
tier_to_archive
The function to tier blobs to archive storage.
tier_to_archive: _models.DateAfterModification | None
tier_to_cold
The function to tier blobs to cold storage.
tier_to_cold: _models.DateAfterModification | None
tier_to_cool
The function to tier blobs to cool storage.
tier_to_cool: _models.DateAfterModification | 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.DateAfterModification | None