ManagementPolicySnapShotArgs

data class ManagementPolicySnapShotArgs(val delete: Output<DateAfterCreationArgs>? = null, val tierToArchive: Output<DateAfterCreationArgs>? = null, val tierToCool: Output<DateAfterCreationArgs>? = null) : ConvertibleToJava<ManagementPolicySnapShotArgs>

Management policy action for snapshot.

Constructors

Link copied to clipboard
constructor(delete: Output<DateAfterCreationArgs>? = null, tierToArchive: Output<DateAfterCreationArgs>? = null, tierToCool: Output<DateAfterCreationArgs>? = null)

Properties

Link copied to clipboard
val delete: Output<DateAfterCreationArgs>? = null

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
val tierToCool: Output<DateAfterCreationArgs>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): ManagementPolicySnapShotArgs