ManagementPolicySnapShotResponse

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

Management policy action for snapshot.

Constructors

Link copied to clipboard
constructor(delete: DateAfterCreationResponse? = null, tierToArchive: DateAfterCreationResponse? = null, tierToCool: 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. Support blob snapshot currently at Hot or Cool tier

Link copied to clipboard

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