FailoverClusterResponse

data class FailoverClusterResponse(val hostNames: List<String>, val id: String, val networkName: String, val sqlInstanceIds: List<String>)

Failover Cluster Instance properties.

Constructors

Link copied to clipboard
constructor(hostNames: List<String>, id: String, networkName: String, sqlInstanceIds: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The host names which are part of the SQL FCI resource group.

Link copied to clipboard
val id: String

The GUID of the SQL Server's underlying Failover Cluster.

Link copied to clipboard

The network name to connect to the SQL FCI.

Link copied to clipboard

The ARM IDs of the Arc SQL Server resources, belonging to the current server's Failover cluster.