Uses of Class
com.azure.compute.batch.models.DeleteBatchPoolOptions
Packages that use DeleteBatchPoolOptions
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of DeleteBatchPoolOptions in com.azure.compute.batch
Methods in com.azure.compute.batch with parameters of type DeleteBatchPoolOptionsModifier and TypeMethodDescriptionBatchAsyncClient.deletePool
(String poolId, DeleteBatchPoolOptions options, com.azure.core.http.RequestConditions requestConditions) Deletes a Pool from the specified Account.void
BatchClient.deletePool
(String poolId, DeleteBatchPoolOptions options, com.azure.core.http.RequestConditions requestConditions) Deletes a Pool from the specified Account. -
Uses of DeleteBatchPoolOptions in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return DeleteBatchPoolOptionsModifier and TypeMethodDescriptionDeleteBatchPoolOptions.setTimeOutInSeconds
(Integer timeOutInSeconds) Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.