BatchErrorDetail 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.
An item of additional information included in an Azure Batch error response.
public class BatchErrorDetail : System.ClientModel.Primitives.IJsonModel<Azure.Compute.Batch.BatchErrorDetail>, System.ClientModel.Primitives.IPersistableModel<Azure.Compute.Batch.BatchErrorDetail>
type BatchErrorDetail = class
interface IJsonModel<BatchErrorDetail>
interface IPersistableModel<BatchErrorDetail>
Public Class BatchErrorDetail
Implements IJsonModel(Of BatchErrorDetail), IPersistableModel(Of BatchErrorDetail)
- Inheritance
-
BatchErrorDetail
- Implements
Properties
Key |
An identifier specifying the meaning of the Value property. |
Value |
The additional information included with the error response. |
Explicit Interface Implementations
IJsonModel<BatchErrorDetail>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<BatchErrorDetail>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<BatchErrorDetail>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<BatchErrorDetail>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<BatchErrorDetail>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET