AutoScaleRun Class

Definition

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

public class AutoScaleRun
type AutoScaleRun = class
Public Class AutoScaleRun
Inheritance
AutoScaleRun

Constructors

AutoScaleRun()

Initializes a new instance of the AutoScaleRun class.

AutoScaleRun(DateTime, String, AutoScaleRunError)

Initializes a new instance of the AutoScaleRun class.

Properties

Error

Gets or sets details of the error encountered evaluating the autoscale formula on the Pool, if the evaluation was unsuccessful.

Results

Gets or sets the final values of all variables used in the evaluation of the autoscale formula.

Timestamp

Gets or sets the time at which the autoscale formula was last evaluated.

Applies to