PostgreSqlServerState Struct   
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.
A state of a server that is visible to user.
public readonly struct PostgreSqlServerState : IEquatable<Azure.ResourceManager.PostgreSql.Models.PostgreSqlServerState>type PostgreSqlServerState = structPublic Structure PostgreSqlServerState
Implements IEquatable(Of PostgreSqlServerState)- Inheritance
- 
				PostgreSqlServerState
- Implements
Constructors
| PostgreSqlServerState(String) | Initializes a new instance of PostgreSqlServerState. | 
Properties
| Disabled | Disabled. | 
| Dropping | Dropping. | 
| Inaccessible | Inaccessible. | 
| Ready | Ready. | 
Methods
| Equals(PostgreSqlServerState) | Indicates whether the current object is equal to another object of the same type. | 
| ToString() | Returns the fully qualified type name of this instance. | 
Operators
| Equality(PostgreSqlServerState, PostgreSqlServerState) | Determines if two PostgreSqlServerState values are the same. | 
| Implicit(String to PostgreSqlServerState) | Converts a String to a PostgreSqlServerState. | 
| Inequality(PostgreSqlServerState, PostgreSqlServerState) | Determines if two PostgreSqlServerState values are not the same. |