SyncTableMigrationState 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.
Enum of the different state of table level online migration.
public readonly struct SyncTableMigrationState : IEquatable<Azure.ResourceManager.DataMigration.Models.SyncTableMigrationState>
type SyncTableMigrationState = struct
Public Structure SyncTableMigrationState
Implements IEquatable(Of SyncTableMigrationState)
- Inheritance
-
SyncTableMigrationState
- Implements
Constructors
| Name | Description |
|---|---|
| SyncTableMigrationState(String) |
Initializes a new instance of SyncTableMigrationState. |
Properties
| Name | Description |
|---|---|
| BeforeLoad |
BEFORE_LOAD. |
| Canceled |
CANCELED. |
| Completed |
COMPLETED. |
| Error |
ERROR. |
| Failed |
FAILED. |
| FullLoad |
FULL_LOAD. |
Methods
| Name | Description |
|---|---|
| Equals(SyncTableMigrationState) |
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(SyncTableMigrationState, SyncTableMigrationState) |
Determines if two SyncTableMigrationState values are the same. |
| Implicit(String to SyncTableMigrationState) |
Converts a String to a SyncTableMigrationState. |
| Inequality(SyncTableMigrationState, SyncTableMigrationState) |
Determines if two SyncTableMigrationState values are not the same. |