Uses of Class
com.azure.compute.batch.models.EnableBatchPoolAutoScaleOptions
Packages that use EnableBatchPoolAutoScaleOptions
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of EnableBatchPoolAutoScaleOptions in com.azure.compute.batch
Methods in com.azure.compute.batch with parameters of type EnableBatchPoolAutoScaleOptionsModifier and TypeMethodDescriptionBatchAsyncClient.enablePoolAutoScale
(String poolId, BatchPoolEnableAutoScaleContent content, EnableBatchPoolAutoScaleOptions options, com.azure.core.http.RequestConditions requestConditions) Enables automatic scaling for a Pool.void
BatchClient.enablePoolAutoScale
(String poolId, BatchPoolEnableAutoScaleContent content, EnableBatchPoolAutoScaleOptions options, com.azure.core.http.RequestConditions requestConditions) Enables automatic scaling for a Pool. -
Uses of EnableBatchPoolAutoScaleOptions in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return EnableBatchPoolAutoScaleOptionsModifier and TypeMethodDescriptionEnableBatchPoolAutoScaleOptions.setTimeOutInSeconds
(Integer timeOutInSeconds) Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.