Uses of Class
com.azure.compute.batch.models.UpdateBatchPoolOptions
Packages that use UpdateBatchPoolOptions
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of UpdateBatchPoolOptions in com.azure.compute.batch
Methods in com.azure.compute.batch with parameters of type UpdateBatchPoolOptionsModifier and TypeMethodDescriptionBatchAsyncClient.updatePool(String poolId, BatchPoolUpdateContent pool, UpdateBatchPoolOptions options, com.azure.core.http.RequestConditions requestConditions) Updates the properties of the specified Pool.voidBatchClient.updatePool(String poolId, BatchPoolUpdateContent pool, UpdateBatchPoolOptions options, com.azure.core.http.RequestConditions requestConditions) Updates the properties of the specified Pool. -
Uses of UpdateBatchPoolOptions in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return UpdateBatchPoolOptionsModifier and TypeMethodDescriptionUpdateBatchPoolOptions.setTimeOutInSeconds(Integer timeOutInSeconds) Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.