TestMigrationState 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.
The test migrate state.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.TestMigrationStateTypeConverter))]
public struct TestMigrationState : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.TestMigrationState>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.TestMigrationStateTypeConverter))>]
type TestMigrationState = struct
interface IArgumentCompleter
Public Structure TestMigrationState
Implements IArgumentCompleter, IEquatable(Of TestMigrationState)
- Inheritance
-
TestMigrationState
- Attributes
- Implements
Fields
None | |
TestMigrationCleanupInProgress | |
TestMigrationCompletedWithInformation | |
TestMigrationFailed | |
TestMigrationInProgress | |
TestMigrationPartiallySucceeded | |
TestMigrationSucceeded |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(Object) |
Compares values of enum type TestMigrationState (override for Object) |
Equals(TestMigrationState) |
Compares values of enum type TestMigrationState |
GetHashCode() |
Returns hashCode for enum TestMigrationState |
ToString() |
Returns string representation for TestMigrationState |
Operators
Equality(TestMigrationState, TestMigrationState) |
Overriding == operator for enum TestMigrationState |
Implicit(String to TestMigrationState) |
Implicit operator to convert string to TestMigrationState |
Implicit(TestMigrationState to String) |
Implicit operator to convert TestMigrationState to string |
Inequality(TestMigrationState, TestMigrationState) |
Overriding != operator for enum TestMigrationState |