Share via


PostgreSqlFlexibleServersReplicationState Struct

Definition

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

Name Description
PostgreSqlFlexibleServersReplicationState(String)

Initializes a new instance of PostgreSqlFlexibleServersReplicationState.

Properties

Name Description
Active

Active.

Broken

Broken.

Catchup

Catchup.

Provisioning

Provisioning.

Reconfiguring

Reconfiguring.

Updating

Updating.

Methods

Name Description
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

Name Description
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