Share via


InMageRcmLastAgentUpgradeErrorDetails Class

Definition

InMageRcm last source agent upgrade error details.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.InMageRcmLastAgentUpgradeErrorDetailsTypeConverter))]
public class InMageRcmLastAgentUpgradeErrorDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IInMageRcmLastAgentUpgradeErrorDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.InMageRcmLastAgentUpgradeErrorDetailsTypeConverter))>]
type InMageRcmLastAgentUpgradeErrorDetails = class
    interface IInMageRcmLastAgentUpgradeErrorDetails
    interface IJsonSerializable
Public Class InMageRcmLastAgentUpgradeErrorDetails
Implements IInMageRcmLastAgentUpgradeErrorDetails
Inheritance
InMageRcmLastAgentUpgradeErrorDetails
Attributes
Implements

Constructors

InMageRcmLastAgentUpgradeErrorDetails()

Creates an new InMageRcmLastAgentUpgradeErrorDetails instance.

Properties

ErrorCode

The error code.

ErrorMessage

The error message.

ErrorMessageParameter

The error message parameters.

ErrorTag

The error tags.

PossibleCaus

The possible causes.

RecommendedAction

The recommended action.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of InMageRcmLastAgentUpgradeErrorDetails.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of InMageRcmLastAgentUpgradeErrorDetails.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IInMageRcmLastAgentUpgradeErrorDetails.

FromJsonString(String)

Creates a new instance of InMageRcmLastAgentUpgradeErrorDetails, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of InMageRcmLastAgentUpgradeErrorDetails into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to