DataBoxEdgeJobErrorDetails Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The job error information containing the list of job errors.
public class DataBoxEdgeJobErrorDetails : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeJobErrorDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeJobErrorDetails>
public class DataBoxEdgeJobErrorDetails
type DataBoxEdgeJobErrorDetails = class
interface IJsonModel<DataBoxEdgeJobErrorDetails>
interface IPersistableModel<DataBoxEdgeJobErrorDetails>
type DataBoxEdgeJobErrorDetails = class
Public Class DataBoxEdgeJobErrorDetails
Implements IJsonModel(Of DataBoxEdgeJobErrorDetails), IPersistableModel(Of DataBoxEdgeJobErrorDetails)
Public Class DataBoxEdgeJobErrorDetails
- Inheritance
-
DataBoxEdgeJobErrorDetails
- Implements
Properties
Code |
The code intended for programmatic access. |
ErrorDetails |
The error details. |
Message |
The message that describes the error in detail. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<DataBoxEdgeJobErrorDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DataBoxEdgeJobErrorDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DataBoxEdgeJobErrorDetails>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DataBoxEdgeJobErrorDetails>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DataBoxEdgeJobErrorDetails>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET