ManagementPolicySnapShotResponse

data class ManagementPolicySnapShotResponse(val delete: DateAfterCreationResponse? = null, val tierToArchive: DateAfterCreationResponse? = null, val tierToCold: DateAfterCreationResponse? = null, val tierToCool: DateAfterCreationResponse? = null, val tierToHot: DateAfterCreationResponse? = null)

Management policy action for snapshot.

Constructors

Link copied to clipboard
constructor(delete: DateAfterCreationResponse? = null, tierToArchive: DateAfterCreationResponse? = null, tierToCold: DateAfterCreationResponse? = null, tierToCool: DateAfterCreationResponse? = null, tierToHot: DateAfterCreationResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The function to delete the blob snapshot

Link copied to clipboard

The function to tier blob snapshot to archive storage.

Link copied to clipboard

The function to tier blobs to cold storage.

Link copied to clipboard

The function to tier blob snapshot to cool storage.

Link copied to clipboard

The function to tier blobs to hot storage. This action can only be used with Premium Block Blob Storage Accounts