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
SyncTableMigrationState(String) |
Initializes a new instance of SyncTableMigrationState. |
Properties
BeforeLoad |
BEFORE_LOAD. |
Canceled |
CANCELED. |
Completed |
COMPLETED. |
Error |
ERROR. |
Failed |
FAILED. |
FullLoad |
FULL_LOAD. |
Methods
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
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. |
Applies to
Azure SDK for .NET