ManagementPolicyVersion Class
Management policy action for blob version.
- Inheritance
-
azure.mgmt.storage._serialization.ModelManagementPolicyVersion
Constructor
ManagementPolicyVersion(*, tier_to_cool: _models.DateAfterCreation | None = None, tier_to_archive: _models.DateAfterCreation | None = None, delete: _models.DateAfterCreation | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
tier_to_cool
|
The function to tier blob version to cool storage. Support blob version currently at Hot tier. |
tier_to_archive
|
The function to tier blob version to archive storage. Support blob version currently at Hot or Cool tier. |
delete
|
The function to delete the blob version. |
Variables
Name | Description |
---|---|
tier_to_cool
|
The function to tier blob version to cool storage. Support blob version currently at Hot tier. |
tier_to_archive
|
The function to tier blob version to archive storage. Support blob version currently at Hot or Cool tier. |
delete
|
The function to delete the blob version. |
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python