BatchJobSchedulingError 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 error encountered by the Batch service when scheduling a Job.
public class BatchJobSchedulingError : System.ClientModel.Primitives.IJsonModel<Azure.Compute.Batch.BatchJobSchedulingError>, System.ClientModel.Primitives.IPersistableModel<Azure.Compute.Batch.BatchJobSchedulingError>
type BatchJobSchedulingError = class
interface IJsonModel<BatchJobSchedulingError>
interface IPersistableModel<BatchJobSchedulingError>
Public Class BatchJobSchedulingError
Implements IJsonModel(Of BatchJobSchedulingError), IPersistableModel(Of BatchJobSchedulingError)
- Inheritance
-
BatchJobSchedulingError
- Implements
Properties
Category |
The category of the Job scheduling error. |
Code |
An identifier for the Job scheduling error. Codes are invariant and are intended to be consumed programmatically. |
Details |
A list of additional error details related to the scheduling error. |
Message |
A message describing the Job scheduling error, intended to be suitable for display in a user interface. |
Explicit Interface Implementations
IJsonModel<BatchJobSchedulingError>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<BatchJobSchedulingError>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<BatchJobSchedulingError>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<BatchJobSchedulingError>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<BatchJobSchedulingError>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET