FailoverGroupProperties interface

Properties of a failover group.

Properties

databases

List of databases in the failover group.

partnerServers

List of partner server information for the failover group.

readOnlyEndpoint

Read-only endpoint of the failover group instance.

readWriteEndpoint

Read-write endpoint of the failover group instance.

replicationRole

Local replication role of the failover group instance.

replicationState

Replication state of the failover group instance.

secondaryType

Databases secondary type on partner server.

Property Details

databases

List of databases in the failover group.

databases?: string[]

Property Value

string[]

partnerServers

List of partner server information for the failover group.

partnerServers: PartnerInfo[]

Property Value

readOnlyEndpoint

Read-only endpoint of the failover group instance.

readOnlyEndpoint?: FailoverGroupReadOnlyEndpoint

Property Value

readWriteEndpoint

Read-write endpoint of the failover group instance.

readWriteEndpoint: FailoverGroupReadWriteEndpoint

Property Value

replicationRole

Local replication role of the failover group instance.

replicationRole?: string

Property Value

string

replicationState

Replication state of the failover group instance.

replicationState?: string

Property Value

string

secondaryType

Databases secondary type on partner server.

secondaryType?: string

Property Value

string