Share via


IMachineMigrateEventProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.MachineMigrateEventPropertiesTypeConverter))]
public interface IMachineMigrateEventProperties : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IMigrateEventProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.MachineMigrateEventPropertiesTypeConverter))>]
type IMachineMigrateEventProperties = interface
    interface IJsonSerializable
    interface IMigrateEventProperties
Public Interface IMachineMigrateEventProperties
Implements IMigrateEventProperties
Derived
Attributes
Implements

Properties

ClientRequestId

Gets or sets the client request Id of the payload for which the event is being reported.

(Inherited from IMigrateEventProperties)
ErrorCode

Gets or sets the error code.

(Inherited from IMigrateEventProperties)
ErrorMessage

Gets or sets the error message.

(Inherited from IMigrateEventProperties)
InstanceType

Gets the Instance type.

(Inherited from IMigrateEventProperties)
Machine

Gets or sets the machine for which the error is being reported.

PossibleCaus

Gets or sets the possible causes for the error.

(Inherited from IMigrateEventProperties)
Recommendation

Gets or sets the recommendation for the error.

(Inherited from IMigrateEventProperties)
Solution

Gets or sets the solution for which the error is being reported.

(Inherited from IMigrateEventProperties)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to