FailoverGroupUpdate interface
A failover group update request.
Properties
databases | List of databases in the failover group. |
read |
Read-only endpoint of the failover group instance. |
read |
Read-write endpoint of the failover group instance. |
tags | Resource tags. |
Property Details
databases
List of databases in the failover group.
databases?: string[]
Property Value
string[]
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
tags
Resource tags.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}