AccountSharePropertiesRetentionPolicyArgs

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

Constructors

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

Properties

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

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

Functions

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