Share via


HighAvailabilityState type

Defines values for HighAvailabilityState.
KnownHighAvailabilityState can be used interchangeably with HighAvailabilityState, this enum contains the known values that the service supports.

Known values supported by the service

NotEnabled: High availability is not enabled for the server.
CreatingStandby: Standby server is being created.
ReplicatingData: Data is being replicated to the standby server.
FailingOver: Failover operation to the standby server is in progress.
Healthy: Standby server is healthy and ready to take over in case of a failover.
RemovingStandby: Standby server is being removed.

type HighAvailabilityState = string