AccountBlobPropertiesRestorePolicyArgs

data class AccountBlobPropertiesRestorePolicyArgs(val days: Output<Int>) : ConvertibleToJava<AccountBlobPropertiesRestorePolicyArgs>

Constructors

Link copied to clipboard
constructor(days: Output<Int>)

Properties

Link copied to clipboard
val days: Output<Int>

Specifies the number of days that the blob can be restored, between 1 and 365 days. This must be less than the days specified for delete_retention_policy.

Functions

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