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
| Name | Description |
|---|---|
| ReplicationLinkState(String) |
Initializes a new instance of ReplicationLinkState. |
Properties
| Name | Description |
|---|---|
| CatchUp |
CATCH_UP. |
| Pending |
PENDING. |
| Seeding |
SEEDING. |
| Suspended |
SUSPENDED. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |