Package version:

Interface FailoverGroup

A failover group.

Hierarchy

Properties

databases?: string[]

List of databases in the failover group.

id?: string

Resource ID. NOTE: This property will not be serialized. It can only be populated by the server.

location?: string

Resource location. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Resource name. NOTE: This property will not be serialized. It can only be populated by the server.

partnerServers?: PartnerInfo[]

List of partner server information for the failover group.

Read-only endpoint of the failover group instance.

readWriteEndpoint?: FailoverGroupReadWriteEndpoint

Read-write endpoint of the failover group instance.

replicationRole?: string

Local replication role of the failover group instance. NOTE: This property will not be serialized. It can only be populated by the server.

replicationState?: string

Replication state of the failover group instance. NOTE: This property will not be serialized. It can only be populated by the server.

tags?: {
    [propertyName: string]: string;
}

Resource tags.

Type declaration

  • [propertyName: string]: string
type?: string

Resource type. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc