HybridContainerServiceNetworkOperationError Class

Definition

The error if any from the operation.

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

Properties

Code

The error code from the operation.

Message

The error message from the operation.

Explicit Interface Implementations

IJsonModel<HybridContainerServiceNetworkOperationError>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HybridContainerServiceNetworkOperationError>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HybridContainerServiceNetworkOperationError>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HybridContainerServiceNetworkOperationError>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HybridContainerServiceNetworkOperationError>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to