Share via


NetworkFabricErrorResult Class

Definition

Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.).

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

Properties

Error

The error object.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<NetworkFabricErrorResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NetworkFabricErrorResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkFabricErrorResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetworkFabricErrorResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetworkFabricErrorResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to