Backup Policy Args
data class BackupPolicyArgs(val datasourceTypes: Output<List<String>>, val objectType: Output<String>, val policyRules: Output<List<Either<AzureBackupRuleArgs, AzureRetentionRuleArgs>>>) : ConvertibleToJava<BackupPolicyArgs>
Rule based backup policy
Constructors
Link copied to clipboard
constructor(datasourceTypes: Output<List<String>>, objectType: Output<String>, policyRules: Output<List<Either<AzureBackupRuleArgs, AzureRetentionRuleArgs>>>)