IMigrateEvent 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.Api20180901Preview.MigrateEventTypeConverter))]
public interface IMigrateEvent : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.MigrateEventTypeConverter))>]
type IMigrateEvent = interface
interface IJsonSerializable
Public Interface IMigrateEvent
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. |
Id |
Gets or sets the relative URL to get to this REST resource. |
InstanceType |
Gets the Instance type. |
Name |
Gets or sets the name of this REST resource. |
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. |
Type |
Gets the type of this REST resource. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |