Auto Backup Settings Args
data class AutoBackupSettingsArgs(val backupScheduleType: Output<Either<String, BackupScheduleType>>? = null, val backupSystemDbs: Output<Boolean>? = null, val enable: Output<Boolean>? = null, val enableEncryption: Output<Boolean>? = null, val fullBackupFrequency: Output<Either<String, FullBackupFrequencyType>>? = null, val fullBackupStartTime: Output<Int>? = null, val fullBackupWindowHours: Output<Int>? = null, val logBackupFrequency: Output<Int>? = null, val password: Output<String>? = null, val retentionPeriod: Output<Int>? = null, val storageAccessKey: Output<String>? = null, val storageAccountUrl: Output<String>? = null) : ConvertibleToJava<AutoBackupSettingsArgs>
Configure backups for databases in your SQL virtual machine.
Constructors
Link copied to clipboard
fun AutoBackupSettingsArgs(backupScheduleType: Output<Either<String, BackupScheduleType>>? = null, backupSystemDbs: Output<Boolean>? = null, enable: Output<Boolean>? = null, enableEncryption: Output<Boolean>? = null, fullBackupFrequency: Output<Either<String, FullBackupFrequencyType>>? = null, fullBackupStartTime: Output<Int>? = null, fullBackupWindowHours: Output<Int>? = null, logBackupFrequency: Output<Int>? = null, password: Output<String>? = null, retentionPeriod: Output<Int>? = null, storageAccessKey: Output<String>? = null, storageAccountUrl: Output<String>? = null)