MigrationItemProperties Class
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.
Migration item properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.MigrationItemPropertiesTypeConverter))]
public class MigrationItemProperties : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IMigrationItemProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.MigrationItemPropertiesTypeConverter))>]
type MigrationItemProperties = class
interface IMigrationItemProperties
interface IJsonSerializable
Public Class MigrationItemProperties
Implements IMigrationItemProperties
- Inheritance
-
MigrationItemProperties
- Attributes
- Implements
Constructors
MigrationItemProperties() |
Creates an new MigrationItemProperties instance. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of MigrationItemProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of MigrationItemProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IMigrationItemProperties. |
FromJsonString(String) |
Creates a new instance of MigrationItemProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of MigrationItemProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |