Uses of Class
com.azure.compute.batch.models.AutoScaleRun
Packages that use AutoScaleRun
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of AutoScaleRun in com.azure.compute.batch
Methods in com.azure.compute.batch that return AutoScaleRunModifier and TypeMethodDescriptionBatchClient.evaluatePoolAutoScale
(String poolId, BatchPoolEvaluateAutoScaleContent content) Gets the result of evaluating an automatic scaling formula on the Pool.BatchClient.evaluatePoolAutoScale
(String poolId, BatchPoolEvaluateAutoScaleContent content, EvaluateBatchPoolAutoScaleOptions options) Gets the result of evaluating an automatic scaling formula on the Pool.Methods in com.azure.compute.batch that return types with arguments of type AutoScaleRunModifier and TypeMethodDescriptionBatchAsyncClient.evaluatePoolAutoScale
(String poolId, BatchPoolEvaluateAutoScaleContent content) Gets the result of evaluating an automatic scaling formula on the Pool.BatchAsyncClient.evaluatePoolAutoScale
(String poolId, BatchPoolEvaluateAutoScaleContent content, EvaluateBatchPoolAutoScaleOptions options) Gets the result of evaluating an automatic scaling formula on the Pool. -
Uses of AutoScaleRun in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return AutoScaleRunModifier and TypeMethodDescriptionstatic AutoScaleRun
AutoScaleRun.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of AutoScaleRun from the JsonReader.BatchPool.getAutoScaleRun()
Get the autoScaleRun property: The results and errors from the last execution of the autoscale formula.