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
constructor(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)
Properties
Link copied to clipboard
Backup schedule type.
Link copied to clipboard
Include or exclude system databases from auto backup.
Link copied to clipboard
Enable or disable encryption for backup on SQL virtual machine.
Link copied to clipboard
Frequency of full backups. In both cases, full backups begin during the next scheduled time window.
Link copied to clipboard
Start time of a given day during which full backups can take place. 0-23 hours.
Link copied to clipboard
Duration of the time window of a given day during which full backups can take place. 1-23 hours.
Link copied to clipboard
Frequency of log backups. 5-60 minutes.
Link copied to clipboard
Retention period of backup: 1-30 days.
Link copied to clipboard
Storage account key where backup will be taken to.
Link copied to clipboard
Storage account url where backup will be taken to.