ManagementPolicySnapShot interface
Management policy action for snapshot.
Properties
delete | The function to delete the blob snapshot |
tier |
The function to tier blob snapshot to archive storage. |
tier |
The function to tier blobs to cold storage. |
tier |
The function to tier blob snapshot to cool storage. |
tier |
The function to tier blobs to hot storage. This action can only be used with Premium Block Blob Storage Accounts |
Property Details
delete
The function to delete the blob snapshot
delete?: DateAfterCreation
Property Value
tierToArchive
The function to tier blob snapshot to archive storage.
tierToArchive?: DateAfterCreation
Property Value
tierToCold
The function to tier blobs to cold storage.
tierToCold?: DateAfterCreation
Property Value
tierToCool
The function to tier blob snapshot to cool storage.
tierToCool?: DateAfterCreation
Property Value
tierToHot
The function to tier blobs to hot storage. This action can only be used with Premium Block Blob Storage Accounts
tierToHot?: DateAfterCreation