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