ManagementPolicySnapShot Class
Management policy action for snapshot.
Constructor
ManagementPolicySnapShot(*, 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 snapshot to cool storage. Support blob snapshot currently at Hot tier. |
tier_to_archive
|
The function to tier blob snapshot to archive storage. Support blob snapshot currently at Hot or Cool tier. |
delete
|
The function to delete the blob snapshot. |
Variables
Name | Description |
---|---|
tier_to_cool
|
The function to tier blob snapshot to cool storage. Support blob snapshot currently at Hot tier. |
tier_to_archive
|
The function to tier blob snapshot to archive storage. Support blob snapshot currently at Hot or Cool tier. |
delete
|
The function to delete the blob snapshot. |
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for Python