AutoScaleRun Class

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

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.batch._serialization.Model
AutoScaleRun

Constructor

AutoScaleRun(*, evaluation_time: datetime, results: str | None = None, error: _models.AutoScaleRunError | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
evaluation_time

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

results
str

Each variable value is returned in the form $variable=value, and variables are separated by semicolons.

error

An error that occurred when autoscaling a pool.

Variables

Name Description
evaluation_time

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

results
str

Each variable value is returned in the form $variable=value, and variables are separated by semicolons.

error

An error that occurred when autoscaling a pool.