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

IMigrationItemProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.MigrationItemPropertiesTypeConverter))]
public interface IMigrationItemProperties : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.MigrationItemPropertiesTypeConverter))>]
type IMigrationItemProperties = interface
    interface IJsonSerializable
Public Interface IMigrationItemProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

AllowedOperation

The allowed operations on the migration item based on the current migration state of the item.

CriticalJobHistory

The critical past job details.

CurrentJobId

The ARM Id of the job being executed.

CurrentJobName

The job name.

CurrentJobStartTime

The start time of the job.

EventCorrelationId

The correlation Id for events associated with this migration item.

Health

The consolidated health.

HealthError

The list of health errors.

LastMigrationStatus

The status of the last migration.

LastMigrationTime

The last migration time.

LastTestMigrationStatus

The status of the last test migration.

LastTestMigrationTime

The last test migration time.

MachineName

The on-premise virtual machine name.

MigrationState

The migration status.

MigrationStateDescription

The migration state description.

PolicyFriendlyName

The name of policy governing this item.

PolicyId

The ARM Id of policy governing this item.

ProviderSpecificDetail

The migration provider custom settings.

RecoveryServicesProviderId

The recovery services provider ARM Id.

ReplicationStatus

The replication status.

TestMigrateState

The test migrate state.

TestMigrateStateDescription

The test migrate state description.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to