你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ManagementPolicySnapShot Class

Management policy action for snapshot.

Inheritance
azure.mgmt.storage._serialization.Model
ManagementPolicySnapShot

Constructor

ManagementPolicySnapShot(*, tier_to_cool: _models.DateAfterCreation | None = None, tier_to_archive: _models.DateAfterCreation | None = None, tier_to_cold: _models.DateAfterCreation | None = None, tier_to_hot: _models.DateAfterCreation | None = None, delete: _models.DateAfterCreation | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
tier_to_cool

The function to tier blob snapshot to cool storage.

tier_to_archive

The function to tier blob snapshot 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 snapshot.

Variables

Name Description
tier_to_cool

The function to tier blob snapshot to cool storage.

tier_to_archive

The function to tier blob snapshot 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 snapshot.