Share via


AutoScaleRun Class

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

Constructor

AutoScaleRun(*args: Any, **kwargs: Any)

Variables

Name Description
evaluation_time

The time at which the autoscale formula was last evaluated. Required.

results
str

The final values of all variables used in the evaluation of the autoscale formula.

error

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

Attributes

error

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

error: _models.AutoScaleRunError | None

evaluation_time

The time at which the autoscale formula was last evaluated. Required.

evaluation_time: datetime

results

The final values of all variables used in the evaluation of the autoscale formula.

results: str | None