SynapseReplicationState Struct

Definition

The replication state for the replication link.

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

Constructors

SynapseReplicationState(String)

Initializes a new instance of SynapseReplicationState.

Properties

CatchUp

CATCH_UP.

Pending

PENDING.

Seeding

SEEDING.

Suspended

SUSPENDED.

Methods

Equals(SynapseReplicationState)

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

Determines if two SynapseReplicationState values are the same.

Implicit(String to SynapseReplicationState)

Converts a string to a SynapseReplicationState.

Inequality(SynapseReplicationState, SynapseReplicationState)

Determines if two SynapseReplicationState values are not the same.

Applies to