PostgreSqlFlexibleServerState 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 PostgreSqlFlexibleServerState : IEquatable<Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerState>
type PostgreSqlFlexibleServerState = struct
Public Structure PostgreSqlFlexibleServerState
Implements IEquatable(Of PostgreSqlFlexibleServerState)
- Inheritance
-
PostgreSqlFlexibleServerState
- Implements
Constructors
PostgreSqlFlexibleServerState(String) |
Initializes a new instance of PostgreSqlFlexibleServerState. |
Properties
Disabled |
Disabled. |
Dropping |
Dropping. |
Ready |
Ready. |
Starting |
Starting. |
Stopped |
Stopped. |
Stopping |
Stopping. |
Updating |
Updating. |
Methods
Equals(PostgreSqlFlexibleServerState) |
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(PostgreSqlFlexibleServerState, PostgreSqlFlexibleServerState) |
Determines if two PostgreSqlFlexibleServerState values are the same. |
Implicit(String to PostgreSqlFlexibleServerState) |
Converts a string to a PostgreSqlFlexibleServerState. |
Inequality(PostgreSqlFlexibleServerState, PostgreSqlFlexibleServerState) |
Determines if two PostgreSqlFlexibleServerState values are not the same. |
Applies to
Azure SDK for .NET