Management Policy Version Args
data class ManagementPolicyVersionArgs(val delete: Output<DateAfterCreationArgs>? = null, val tierToArchive: Output<DateAfterCreationArgs>? = null, val tierToCold: Output<DateAfterCreationArgs>? = null, val tierToCool: Output<DateAfterCreationArgs>? = null, val tierToHot: Output<DateAfterCreationArgs>? = null) : ConvertibleToJava<ManagementPolicyVersionArgs>
Management policy action for blob version.
Constructors
Link copied to clipboard
fun ManagementPolicyVersionArgs(delete: Output<DateAfterCreationArgs>? = null, tierToArchive: Output<DateAfterCreationArgs>? = null, tierToCold: Output<DateAfterCreationArgs>? = null, tierToCool: Output<DateAfterCreationArgs>? = null, tierToHot: Output<DateAfterCreationArgs>? = null)