Uses of Class
com.azure.compute.batch.models.BatchPoolEvaluateAutoScaleContent
Packages that use BatchPoolEvaluateAutoScaleContent
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of BatchPoolEvaluateAutoScaleContent in com.azure.compute.batch
Methods in com.azure.compute.batch with parameters of type BatchPoolEvaluateAutoScaleContentModifier 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.BatchClient.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. -
Uses of BatchPoolEvaluateAutoScaleContent in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return BatchPoolEvaluateAutoScaleContentModifier and TypeMethodDescriptionBatchPoolEvaluateAutoScaleContent.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of BatchPoolEvaluateAutoScaleContent from the JsonReader.