A2AAgentReinstallBlockingErrorDetails Class

Definition

A2A source agent reinstall blocking error details.

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

Constructors

Name Description
A2AAgentReinstallBlockingErrorDetails()

Creates an new A2AAgentReinstallBlockingErrorDetails 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 A2AAgentReinstallBlockingErrorDetails.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of A2AAgentReinstallBlockingErrorDetails.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of A2AAgentReinstallBlockingErrorDetails into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to