Uses of Class
com.azure.compute.batch.models.EvaluateBatchPoolAutoScaleOptions
Packages that use EvaluateBatchPoolAutoScaleOptions
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of EvaluateBatchPoolAutoScaleOptions in com.azure.compute.batch
Methods in com.azure.compute.batch with parameters of type EvaluateBatchPoolAutoScaleOptionsModifier and TypeMethodDescriptionBatchAsyncClient.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, EvaluateBatchPoolAutoScaleOptions options) Gets the result of evaluating an automatic scaling formula on the Pool. -
Uses of EvaluateBatchPoolAutoScaleOptions in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return EvaluateBatchPoolAutoScaleOptionsModifier and TypeMethodDescriptionEvaluateBatchPoolAutoScaleOptions.setTimeOutInSeconds
(Integer timeOutInSeconds) Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.