PostgreSqlFlexibleServersReplicationState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the replication state of a replica server. This property is returned only for replicas api call. Supported values are Active, Catchup, Provisioning, Updating, Broken, Reconfiguring.
public enum PostgreSqlFlexibleServersReplicationState
type PostgreSqlFlexibleServersReplicationState =
Public Enum PostgreSqlFlexibleServersReplicationState
- Inheritance
-
PostgreSqlFlexibleServersReplicationState
Fields
Name | Value | Description |
---|---|---|
Active | 0 | Active. |
Catchup | 1 | Catchup. |
Provisioning | 2 | Provisioning. |
Updating | 3 | Updating. |
Broken | 4 | Broken. |
Reconfiguring | 5 | Reconfiguring. |