你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TestMigrationState Struct

Definition

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

Applies to