Uses of Class
com.azure.compute.batch.models.ResizeBatchPoolOptions
Packages that use ResizeBatchPoolOptions
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of ResizeBatchPoolOptions in com.azure.compute.batch
Methods in com.azure.compute.batch with parameters of type ResizeBatchPoolOptionsModifier and TypeMethodDescriptionBatchAsyncClient.resizePool(String poolId, BatchPoolResizeContent content, ResizeBatchPoolOptions options, com.azure.core.http.RequestConditions requestConditions) Changes the number of Compute Nodes that are assigned to a Pool.voidBatchClient.resizePool(String poolId, BatchPoolResizeContent content, ResizeBatchPoolOptions options, com.azure.core.http.RequestConditions requestConditions) Changes the number of Compute Nodes that are assigned to a Pool. -
Uses of ResizeBatchPoolOptions in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return ResizeBatchPoolOptionsModifier and TypeMethodDescriptionResizeBatchPoolOptions.setTimeOutInSeconds(Integer timeOutInSeconds) Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.