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 ID of a partner SQL server to include in the failover group.

Link copied to clipboard
val location: String? = null

The location of the partner server.

Link copied to clipboard
val role: String? = null

The replication role of the partner server. Possible values include Primary or Secondary.