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
-
AutoScaleRun
Constructor
AutoScaleRun(*, evaluation_time: datetime.datetime, results: Optional[str] = None, error: Optional[azure.mgmt.batch.models._models_py3.AutoScaleRunError] = None, **kwargs)
Variables
- evaluation_time
- datetime
Required. The time at which the autoscale formula was last evaluated.
- results
- str
Each variable value is returned in the form $variable=value, and variables are separated by semicolons.
- error
- AutoScaleRunError
An error that occurred when autoscaling a pool.
Feedback
Submit and view feedback for