MigrationState 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.
Current state of migration.
public readonly struct MigrationState : IEquatable<Azure.ResourceManager.DataMigration.Models.MigrationState>
type MigrationState = struct
Public Structure MigrationState
Implements IEquatable(Of MigrationState)
- Inheritance
-
MigrationState
- Implements
Constructors
MigrationState(String) |
Initializes a new instance of MigrationState. |
Properties
Completed |
Completed. |
Failed |
Failed. |
InProgress |
InProgress. |
None |
None. |
Skipped |
Skipped. |
Stopped |
Stopped. |
Warning |
Warning. |
Methods
Equals(MigrationState) |
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(MigrationState, MigrationState) |
Determines if two MigrationState values are the same. |
Implicit(String to MigrationState) |
Converts a string to a MigrationState. |
Inequality(MigrationState, MigrationState) |
Determines if two MigrationState values are not the same. |
Applies to
Azure SDK for .NET