BackupResponse

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

Backup 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

The earliest restore point time (ISO8601 format) for server.

Link copied to clipboard

A value indicating whether Geo-Redundant backup is enabled on the server.