FailoverGroupUpdateProperties interface

Properties of a failover group update.

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.

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

secondaryType

Databases secondary type on partner server.

secondaryType?: string

Property Value

string