Share via


ResizeError Class

Definition

An error that occurred when resizing a Pool.

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

Properties

Code

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

Message

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

Values

A list of additional error details related to the Pool resize error.

Explicit Interface Implementations

IJsonModel<ResizeError>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ResizeError>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ResizeError>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ResizeError>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ResizeError>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to