Uses of Class
com.azure.compute.batch.models.BatchPoolExistsOptions
Packages that use BatchPoolExistsOptions
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of BatchPoolExistsOptions in com.azure.compute.batch
Methods in com.azure.compute.batch with parameters of type BatchPoolExistsOptionsModifier and TypeMethodDescriptionBatchAsyncClient.poolExists
(String poolId, BatchPoolExistsOptions options, com.azure.core.http.RequestConditions requestConditions) Gets basic properties of a Pool.boolean
BatchClient.poolExists
(String poolId, BatchPoolExistsOptions options, com.azure.core.http.RequestConditions requestConditions) Gets basic properties of a Pool. -
Uses of BatchPoolExistsOptions in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return BatchPoolExistsOptionsModifier and TypeMethodDescriptionBatchPoolExistsOptions.setTimeOutInSeconds
(Integer timeOutInSeconds) Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.