PostgreSqlFlexibleServerState 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.
Possible states of a server.
public enum PostgreSqlFlexibleServerState
type PostgreSqlFlexibleServerState =
Public Enum PostgreSqlFlexibleServerState
- Inheritance
-
PostgreSqlFlexibleServerState
Fields
| Name | Value | Description |
|---|---|---|
| Ready | 0 | Ready. |
| Dropping | 1 | Dropping. |
| Disabled | 2 | Disabled. |
| Starting | 3 | Starting. |
| Stopping | 4 | Stopping. |
| Stopped | 5 | Stopped. |
| Updating | 6 | Updating. |
| Restarting | 7 | Restarting. |
| Inaccessible | 8 | Inaccessible. |
| Provisioning | 9 | Provisioning. |