Backup Policy Args
data class BackupPolicyArgs(val differentialBackupHours: Output<Int>? = null, val fullBackupDays: Output<Int>? = null, val retentionPeriodDays: Output<Int>? = null, val transactionLogBackupMinutes: Output<Int>? = null) : ConvertibleToJava<BackupPolicyArgs>
The backup profile for the SQL server.
Properties
Link copied to clipboard
The differential backup interval in hours.
Link copied to clipboard
The value indicating days between full backups.
Link copied to clipboard
The retention period for all the databases in this managed instance.
Link copied to clipboard
The value indicating minutes between transaction log backups.