ReplicateMigrationState 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.
Wrapper for replicate reported migration states.
public readonly struct ReplicateMigrationState : IEquatable<Azure.ResourceManager.DataMigration.Models.ReplicateMigrationState>
type ReplicateMigrationState = struct
Public Structure ReplicateMigrationState
Implements IEquatable(Of ReplicateMigrationState)
- Inheritance
-
ReplicateMigrationState
- Implements
Constructors
| Name | Description |
|---|---|
| ReplicateMigrationState(String) |
Initializes a new instance of ReplicateMigrationState. |
Properties
| Name | Description |
|---|---|
| ActionRequired |
ACTION_REQUIRED. |
| Complete |
COMPLETE. |
| Failed |
FAILED. |
| Pending |
PENDING. |
| Undefined |
UNDEFINED. |
| Validating |
VALIDATING. |
Methods
| Name | Description |
|---|---|
| Equals(ReplicateMigrationState) |
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(ReplicateMigrationState, ReplicateMigrationState) |
Determines if two ReplicateMigrationState values are the same. |
| Implicit(String to ReplicateMigrationState) |
Converts a String to a ReplicateMigrationState. |
| Inequality(ReplicateMigrationState, ReplicateMigrationState) |
Determines if two ReplicateMigrationState values are not the same. |