ManagementPolicyVersionResponse

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

Management policy action for blob version.

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 version

Link copied to clipboard

The function to tier blob version to archive storage. Support blob version currently at Hot or Cool tier

Link copied to clipboard

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