AzureSqlProtectedItemExtendedInfoResponse

data class AzureSqlProtectedItemExtendedInfoResponse(val oldestRecoveryPoint: String? = null, val policyState: String? = null, val recoveryPointCount: Int? = null)

Additional information on Azure Sql specific protected item.

Constructors

constructor(oldestRecoveryPoint: String? = null, policyState: String? = null, recoveryPointCount: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The oldest backup copy available for this item in the service.

Link copied to clipboard
val policyState: String? = null

State of the backup policy associated with this backup item.

Link copied to clipboard
val recoveryPointCount: Int? = null

Number of available backup copies associated with this backup item.