VolumeDataProtectionBackupPolicyArgs

data class VolumeDataProtectionBackupPolicyArgs(val backupPolicyId: Output<String>, val backupVaultId: Output<String>, val policyEnabled: Output<Boolean>? = null) : ConvertibleToJava<VolumeDataProtectionBackupPolicyArgs>

Constructors

Link copied to clipboard
constructor(backupPolicyId: Output<String>, backupVaultId: Output<String>, policyEnabled: Output<Boolean>? = null)

Properties

Link copied to clipboard
val backupPolicyId: Output<String>

Resource ID of the backup policy to apply to the volume.

Link copied to clipboard
val backupVaultId: Output<String>

Resource ID of the backup backup vault to associate this volume to.

Link copied to clipboard
val policyEnabled: Output<Boolean>? = null

Enables the backup policy on the volume, defaults to true. For more information on Azure NetApp Files Backup feature please see Understand Azure NetApp Files backup

Functions

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