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 server.
- Inheritance
-
azure.mgmt.batch._serialization.ModelAutoScaleRun
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
|
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
|
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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python