InMageRcmLastAgentUpgradeErrorDetails Class

Definition

InMageRcm last source agent upgrade error details.

public class InMageRcmLastAgentUpgradeErrorDetails : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMageRcmLastAgentUpgradeErrorDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMageRcmLastAgentUpgradeErrorDetails>
type InMageRcmLastAgentUpgradeErrorDetails = class
    interface IJsonModel<InMageRcmLastAgentUpgradeErrorDetails>
    interface IPersistableModel<InMageRcmLastAgentUpgradeErrorDetails>
Public Class InMageRcmLastAgentUpgradeErrorDetails
Implements IJsonModel(Of InMageRcmLastAgentUpgradeErrorDetails), IPersistableModel(Of InMageRcmLastAgentUpgradeErrorDetails)
Inheritance
InMageRcmLastAgentUpgradeErrorDetails
Implements

Properties

ErrorCode

The error code.

ErrorMessage

The error message.

ErrorMessageParameters

The error message parameters.

ErrorTags

The error tags.

PossibleCauses

The possible causes.

RecommendedAction

The recommended action.

Explicit Interface Implementations

IJsonModel<InMageRcmLastAgentUpgradeErrorDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<InMageRcmLastAgentUpgradeErrorDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<InMageRcmLastAgentUpgradeErrorDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<InMageRcmLastAgentUpgradeErrorDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<InMageRcmLastAgentUpgradeErrorDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to