Sdílet prostřednictvím


ReplicationLinkState Struct

Definition

Replication state (PENDING, SEEDING, CATCHUP, SUSPENDED).

public readonly struct ReplicationLinkState : IEquatable<Azure.ResourceManager.Sql.Models.ReplicationLinkState>
type ReplicationLinkState = struct
Public Structure ReplicationLinkState
Implements IEquatable(Of ReplicationLinkState)
Inheritance
ReplicationLinkState
Implements

Constructors

ReplicationLinkState(String)

Initializes a new instance of ReplicationLinkState.

Properties

CatchUp

CATCH_UP.

Pending

PENDING.

Seeding

SEEDING.

Suspended

SUSPENDED.

Methods

Equals(ReplicationLinkState)

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(ReplicationLinkState, ReplicationLinkState)

Determines if two ReplicationLinkState values are the same.

Implicit(String to ReplicationLinkState)

Converts a string to a ReplicationLinkState.

Inequality(ReplicationLinkState, ReplicationLinkState)

Determines if two ReplicationLinkState values are not the same.

Applies to