ManagementPolicyBaseBlob Class
Management policy action for base blob.
- Inheritance
-
azure.mgmt.storage._serialization.ModelManagementPolicyBaseBlob
Constructor
ManagementPolicyBaseBlob(*, tier_to_cool: _models.DateAfterModification | None = None, tier_to_archive: _models.DateAfterModification | None = None, delete: _models.DateAfterModification | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
tier_to_cool
|
The function to tier blobs to cool storage. Support blobs currently at Hot tier. |
tier_to_archive
|
The function to tier blobs to archive storage. Support blobs currently at Hot or Cool tier. |
delete
|
The function to delete the blob. |
Variables
Name | Description |
---|---|
tier_to_cool
|
The function to tier blobs to cool storage. Support blobs currently at Hot tier. |
tier_to_archive
|
The function to tier blobs to archive storage. Support blobs currently at Hot or Cool tier. |
delete
|
The function to delete the blob. |
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for Python