Uses of Class
com.azure.compute.batch.models.DisableBatchPoolAutoScaleOptions
Packages that use DisableBatchPoolAutoScaleOptions
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of DisableBatchPoolAutoScaleOptions in com.azure.compute.batch
Methods in com.azure.compute.batch with parameters of type DisableBatchPoolAutoScaleOptionsModifier and TypeMethodDescriptionBatchAsyncClient.disablePoolAutoScale
(String poolId, DisableBatchPoolAutoScaleOptions options) Disables automatic scaling for a Pool.void
BatchClient.disablePoolAutoScale
(String poolId, DisableBatchPoolAutoScaleOptions options) Disables automatic scaling for a Pool. -
Uses of DisableBatchPoolAutoScaleOptions in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return DisableBatchPoolAutoScaleOptionsModifier and TypeMethodDescriptionDisableBatchPoolAutoScaleOptions.setTimeOutInSeconds
(Integer timeOutInSeconds) Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.