AccountBlobPropertiesContainerDeleteRetentionPolicyArgs

data class AccountBlobPropertiesContainerDeleteRetentionPolicyArgs(val days: Output<Int>? = null) : ConvertibleToJava<AccountBlobPropertiesContainerDeleteRetentionPolicyArgs>

Constructors

constructor(days: Output<Int>? = null)

Properties

Link copied to clipboard
val days: Output<Int>? = null

Specifies the number of days that the container should be retained, between 1 and 365 days. Defaults to 7.

Functions

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