FailoverGroupPartnerServer

data class FailoverGroupPartnerServer(val id: String, val location: String? = null, val role: String? = null)

Constructors

Link copied to clipboard
constructor(id: String, location: String? = null, role: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

the SQL server ID

Link copied to clipboard
val location: String? = null

the location of the failover group.

Link copied to clipboard
val role: String? = null

local replication role of the failover group instance.