IMigrationItem Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.MigrationItemTypeConverter))]
public interface IMigrationItem : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.MigrationItemTypeConverter))>]
type IMigrationItem = interface
    interface IJsonSerializable
    interface IResource
Public Interface IMigrationItem
Implements IResource
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.

Id

Resource Id

(Inherited from IResource)
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.

Location

Resource Location

(Inherited from IResource)
MachineName

The on-premise virtual machine name.

MigrationState

The migration status.

MigrationStateDescription

The migration state description.

Name

Resource Name

(Inherited from IResource)
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.

Type

Resource Type

(Inherited from IResource)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to