BatchTaskFailureInfo Class

Definition

Information about a Task failure.

public class BatchTaskFailureInfo : System.ClientModel.Primitives.IJsonModel<Azure.Compute.Batch.BatchTaskFailureInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.Compute.Batch.BatchTaskFailureInfo>
type BatchTaskFailureInfo = class
    interface IJsonModel<BatchTaskFailureInfo>
    interface IPersistableModel<BatchTaskFailureInfo>
Public Class BatchTaskFailureInfo
Implements IJsonModel(Of BatchTaskFailureInfo), IPersistableModel(Of BatchTaskFailureInfo)
Inheritance
BatchTaskFailureInfo
Implements

Properties

Category

The category of the Task error.

Code

An identifier for the Task error. Codes are invariant and are intended to be consumed programmatically.

Details

A list of additional details related to the error.

Message

A message describing the Task error, intended to be suitable for display in a user interface.

Explicit Interface Implementations

IJsonModel<BatchTaskFailureInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BatchTaskFailureInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BatchTaskFailureInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BatchTaskFailureInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BatchTaskFailureInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to