IMigrationItemProperties Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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) |