TestMigrationState Struct

Definition

The test migrate state.

public readonly struct TestMigrationState : IEquatable<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.TestMigrationState>
type TestMigrationState = struct
Public Structure TestMigrationState
Implements IEquatable(Of TestMigrationState)
Inheritance
TestMigrationState
Implements

Constructors

TestMigrationState(String)

Initializes a new instance of TestMigrationState.

Properties

None

None.

TestMigrationCleanupInProgress

TestMigrationCleanupInProgress.

TestMigrationCompletedWithInformation

TestMigrationCompletedWithInformation.

TestMigrationFailed

TestMigrationFailed.

TestMigrationInProgress

TestMigrationInProgress.

TestMigrationPartiallySucceeded

TestMigrationPartiallySucceeded.

TestMigrationSucceeded

TestMigrationSucceeded.

Methods

Equals(TestMigrationState)

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(TestMigrationState, TestMigrationState)

Determines if two TestMigrationState values are the same.

Implicit(String to TestMigrationState)

Converts a string to a TestMigrationState.

Inequality(TestMigrationState, TestMigrationState)

Determines if two TestMigrationState values are not the same.

Applies to