ManagementPolicySnapShot Class

Management policy action for snapshot.

Inheritance
ManagementPolicySnapShot

Constructor

ManagementPolicySnapShot(*, tier_to_cool: Optional[azure.mgmt.storage.v2021_01_01.models._models_py3.DateAfterCreation] = None, tier_to_archive: Optional[azure.mgmt.storage.v2021_01_01.models._models_py3.DateAfterCreation] = None, delete: Optional[azure.mgmt.storage.v2021_01_01.models._models_py3.DateAfterCreation] = None, **kwargs)

Variables

tier_to_cool
DateAfterCreation

The function to tier blob snapshot to cool storage. Support blob snapshot currently at Hot tier.

tier_to_archive
DateAfterCreation

The function to tier blob snapshot to archive storage. Support blob snapshot currently at Hot or Cool tier.

delete
DateAfterCreation

The function to delete the blob snapshot.