Поделиться через


DataBoxEdgeJobErrorItem Class

Definition

The job error items.

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

Properties

Code

The code intended for programmatic access.

Message

The message that describes the error in detail.

Recommendations

The recommended actions.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DataBoxEdgeJobErrorItem>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataBoxEdgeJobErrorItem>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataBoxEdgeJobErrorItem>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataBoxEdgeJobErrorItem>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataBoxEdgeJobErrorItem>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to