ManagementPolicyVersion Class

Management policy action for blob version.

Inheritance
ManagementPolicyVersion

Constructor

ManagementPolicyVersion(*, 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 version to cool storage. Support blob version currently at Hot tier.

tier_to_archive
DateAfterCreation

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

delete
DateAfterCreation

The function to delete the blob version.