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

TestMigrationState 结构

定义

测试迁移状态。

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

构造函数

TestMigrationState(String)

初始化 TestMigrationState 的新实例。

属性

None

无。

TestMigrationCleanupInProgress

TestMigrationCleanupInProgress。

TestMigrationCompletedWithInformation

TestMigrationCompletedWithInformation。

TestMigrationFailed

TestMigrationFailed。

TestMigrationInProgress

TestMigrationInProgress。

TestMigrationPartiallySucceeded

TestMigrationPartiallySucceeded。

TestMigrationSucceeded

TestMigrationSucceeded。

方法

Equals(TestMigrationState)

指示当前对象是否等于同一类型的另一个对象。

ToString()

返回此实例的完全限定类型名称。

运算符

Equality(TestMigrationState, TestMigrationState)

确定两个 TestMigrationState 值是否相同。

Implicit(String to TestMigrationState)

将字符串转换为 TestMigrationState

Inequality(TestMigrationState, TestMigrationState)

确定两个 TestMigrationState 值是否不同。

适用于