Management Policy Version Response
data class ManagementPolicyVersionResponse(val delete: DateAfterCreationResponse? = null, val tierToArchive: DateAfterCreationResponse? = null, val tierToCold: DateAfterCreationResponse? = null, val tierToCool: DateAfterCreationResponse? = null, val tierToHot: DateAfterCreationResponse? = null)
Management policy action for blob version.
Constructors
Link copied to clipboard
constructor(delete: DateAfterCreationResponse? = null, tierToArchive: DateAfterCreationResponse? = null, tierToCold: DateAfterCreationResponse? = null, tierToCool: DateAfterCreationResponse? = null, tierToHot: DateAfterCreationResponse? = null)
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.
Link copied to clipboard
The function to tier blobs to cold storage.
Link copied to clipboard
The function to tier blob version 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