RestorePolicyPropertiesArgs

data class RestorePolicyPropertiesArgs(val days: Output<Int>? = null, val enabled: Output<Boolean>) : ConvertibleToJava<RestorePolicyPropertiesArgs>

The blob service properties for blob restore policy

Constructors

Link copied to clipboard
constructor(days: Output<Int>? = null, enabled: Output<Boolean>)

Properties

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

how long this blob can be restored. It should be great than zero and less than DeleteRetentionPolicy.days.

Link copied to clipboard
val enabled: Output<Boolean>

Blob restore is enabled if set to true.

Functions

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