Share via


IMigrateEventProperties Interface

Definition

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

Properties

ClientRequestId

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

ErrorCode

Gets or sets the error code.

ErrorMessage

Gets or sets the error message.

InstanceType

Gets the Instance type.

PossibleCaus

Gets or sets the possible causes for the error.

Recommendation

Gets or sets the recommendation for the error.

Solution

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

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to