你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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.
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. |