BackupPolicyResponse

data class BackupPolicyResponse(val differentialBackupHours: Int? = null, val fullBackupDays: Int? = null, val retentionPeriodDays: Int? = null, val transactionLogBackupMinutes: Int? = null)

The backup profile for the SQL server.

Constructors

Link copied to clipboard
constructor(differentialBackupHours: Int? = null, fullBackupDays: Int? = null, retentionPeriodDays: Int? = null, transactionLogBackupMinutes: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The differential backup interval in hours.

Link copied to clipboard
val fullBackupDays: Int? = null

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.