Share via


AutoScaleRun Class

Definition

The results and errors from an execution of a Pool autoscale formula.

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

Properties

Error

Details of the error encountered evaluating the autoscale formula on the Pool, if the evaluation was unsuccessful.

Results

The final values of all variables used in the evaluation of the autoscale formula. Each variable value is returned in the form $variable=value, and variables are separated by semicolons.

Timestamp

The time at which the autoscale formula was last evaluated.

Explicit Interface Implementations

IJsonModel<AutoScaleRun>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AutoScaleRun>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AutoScaleRun>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AutoScaleRun>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AutoScaleRun>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to