InMageRcmAgentUpgradeBlockingErrorDetails Class

Definition

InMageRcm source agent upgrade blocking error details.

public class InMageRcmAgentUpgradeBlockingErrorDetails : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMageRcmAgentUpgradeBlockingErrorDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMageRcmAgentUpgradeBlockingErrorDetails>
type InMageRcmAgentUpgradeBlockingErrorDetails = class
    interface IJsonModel<InMageRcmAgentUpgradeBlockingErrorDetails>
    interface IPersistableModel<InMageRcmAgentUpgradeBlockingErrorDetails>
Public Class InMageRcmAgentUpgradeBlockingErrorDetails
Implements IJsonModel(Of InMageRcmAgentUpgradeBlockingErrorDetails), IPersistableModel(Of InMageRcmAgentUpgradeBlockingErrorDetails)
Inheritance
InMageRcmAgentUpgradeBlockingErrorDetails
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<InMageRcmAgentUpgradeBlockingErrorDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<InMageRcmAgentUpgradeBlockingErrorDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<InMageRcmAgentUpgradeBlockingErrorDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<InMageRcmAgentUpgradeBlockingErrorDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<InMageRcmAgentUpgradeBlockingErrorDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to