PostgreSqlFlexibleServersReplicationState 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.
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 readonly struct PostgreSqlFlexibleServersReplicationState : IEquatable<Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServersReplicationState>
type PostgreSqlFlexibleServersReplicationState = struct
Public Structure PostgreSqlFlexibleServersReplicationState
Implements IEquatable(Of PostgreSqlFlexibleServersReplicationState)
- Inheritance
-
PostgreSqlFlexibleServersReplicationState
- Implements
Constructors
PostgreSqlFlexibleServersReplicationState(String) |
Initializes a new instance of PostgreSqlFlexibleServersReplicationState. |
Properties
Active |
Active. |
Broken |
Broken. |
Catchup |
Catchup. |
Provisioning |
Provisioning. |
Reconfiguring |
Reconfiguring. |
Updating |
Updating. |
Methods
Equals(PostgreSqlFlexibleServersReplicationState) |
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(PostgreSqlFlexibleServersReplicationState, PostgreSqlFlexibleServersReplicationState) |
Determines if two PostgreSqlFlexibleServersReplicationState values are the same. |
Implicit(String to PostgreSqlFlexibleServersReplicationState) |
Converts a String to a PostgreSqlFlexibleServersReplicationState. |
Inequality(PostgreSqlFlexibleServersReplicationState, PostgreSqlFlexibleServersReplicationState) |
Determines if two PostgreSqlFlexibleServersReplicationState values are not the same. |
Applies to
Azure SDK for .NET