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