SynapseReplicationState 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.
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
Azure SDK for .NET