Share via


AutoScaleRun interface

An interface representing AutoScaleRun.

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.

Property Details

error

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

error?: AutoScaleRunError

Property Value

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.

results?: string

Property Value

string

timestamp

The time at which the autoscale formula was last evaluated.

timestamp: Date

Property Value

Date