BackupResponse

data class BackupResponse(val backupRetentionDays: Int? = null, val earliestRestoreDate: String, val geoRedundantBackup: String? = null)

Storage Profile properties of a server

Constructors

Link copied to clipboard
constructor(backupRetentionDays: Int? = null, earliestRestoreDate: String, geoRedundantBackup: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Backup retention days for the server.

Link copied to clipboard

Earliest restore point creation time (ISO8601 format)

Link copied to clipboard

Whether or not geo redundant backup is enabled.