Uses of Class
com.azure.compute.batch.models.StopBatchPoolResizeOptions
Packages that use StopBatchPoolResizeOptions
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of StopBatchPoolResizeOptions in com.azure.compute.batch
Methods in com.azure.compute.batch with parameters of type StopBatchPoolResizeOptionsModifier and TypeMethodDescriptionBatchAsyncClient.stopPoolResize
(String poolId, StopBatchPoolResizeOptions options, com.azure.core.http.RequestConditions requestConditions) Stops an ongoing resize operation on the Pool.void
BatchClient.stopPoolResize
(String poolId, StopBatchPoolResizeOptions options, com.azure.core.http.RequestConditions requestConditions) Stops an ongoing resize operation on the Pool. -
Uses of StopBatchPoolResizeOptions in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return StopBatchPoolResizeOptionsModifier and TypeMethodDescriptionStopBatchPoolResizeOptions.setTimeOutInSeconds
(Integer timeOutInSeconds) Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.