Azure Sql Protected Item Extended Info Response
data class AzureSqlProtectedItemExtendedInfoResponse(val oldestRecoveryPoint: String? = null, val policyState: String? = null, val recoveryPointCount: Int? = null)
Additional information on Azure Sql specific protected item.
Constructors
Link copied to clipboard
fun AzureSqlProtectedItemExtendedInfoResponse(oldestRecoveryPoint: String? = null, policyState: String? = null, recoveryPointCount: Int? = null)