FailoverGroupUpdate interface
A failover group update request.
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. |
| secondary |
Databases secondary type on partner server. |
| tags | Resource tags. |
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
tags
Resource tags.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}