FailoverGroupProperties interface
Properties of a failover group.
Properties
| databases | List of databases in the failover group. |
| partner |
List of partner server information for the failover group. |
| read |
Read-only endpoint of the failover group instance. |
| read |
Read-write endpoint of the failover group instance. |
| replication |
Local replication role of the failover group instance. |
| replication |
Replication state of the failover group instance. |
| secondary |
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