Share via


InMageFabricSwitchProviderBlockingErrorDetails Class

Definition

InMageFabric switch provider blocking error details.

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

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

IJsonModel<InMageFabricSwitchProviderBlockingErrorDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<InMageFabricSwitchProviderBlockingErrorDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<InMageFabricSwitchProviderBlockingErrorDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<InMageFabricSwitchProviderBlockingErrorDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to