ManagementPolicyBaseBlobArgs

data class ManagementPolicyBaseBlobArgs(val delete: Output<DateAfterModificationArgs>? = null, val enableAutoTierToHotFromCool: Output<Boolean>? = null, val tierToArchive: Output<DateAfterModificationArgs>? = null, val tierToCold: Output<DateAfterModificationArgs>? = null, val tierToCool: Output<DateAfterModificationArgs>? = null, val tierToHot: Output<DateAfterModificationArgs>? = null) : ConvertibleToJava<ManagementPolicyBaseBlobArgs>

Management policy action for base blob.

Constructors

Link copied to clipboard
constructor(delete: Output<DateAfterModificationArgs>? = null, enableAutoTierToHotFromCool: Output<Boolean>? = null, tierToArchive: Output<DateAfterModificationArgs>? = null, tierToCold: Output<DateAfterModificationArgs>? = null, tierToCool: Output<DateAfterModificationArgs>? = null, tierToHot: Output<DateAfterModificationArgs>? = null)

Properties

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

The function to delete the blob

Link copied to clipboard

This property enables auto tiering of a blob from cool to hot on a blob access. This property requires tierToCool.daysAfterLastAccessTimeGreaterThan.

Link copied to clipboard

The function to tier blobs to archive storage.

Link copied to clipboard

The function to tier blobs to cold storage.

Link copied to clipboard

The function to tier blobs 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

Functions

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