InMageRcmAgentReinstallBlockingErrorDetails Class

Definition

InMageRcm source agent reinstall blocking error details.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.InMageRcmAgentReinstallBlockingErrorDetailsTypeConverter))]
public class InMageRcmAgentReinstallBlockingErrorDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IInMageRcmAgentReinstallBlockingErrorDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.InMageRcmAgentReinstallBlockingErrorDetailsTypeConverter))>]
type InMageRcmAgentReinstallBlockingErrorDetails = class
    interface IInMageRcmAgentReinstallBlockingErrorDetails
    interface IJsonSerializable
Public Class InMageRcmAgentReinstallBlockingErrorDetails
Implements IInMageRcmAgentReinstallBlockingErrorDetails
Inheritance
InMageRcmAgentReinstallBlockingErrorDetails
Attributes
Implements

Constructors

Name Description
InMageRcmAgentReinstallBlockingErrorDetails()

Creates an new InMageRcmAgentReinstallBlockingErrorDetails instance.

Properties

Name Description
ErrorCode

error code.

ErrorMessage

error message.

ErrorMessageParameter

error message parameters.

ErrorTag

error tags.

PossibleCaus

possible causes.

RecommendedAction

recommended action.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of InMageRcmAgentReinstallBlockingErrorDetails.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of InMageRcmAgentReinstallBlockingErrorDetails.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IInMageRcmAgentReinstallBlockingErrorDetails.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of InMageRcmAgentReinstallBlockingErrorDetails into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to