Uses of Class
com.azure.compute.batch.models.GetBatchPoolOptions
Packages that use GetBatchPoolOptions
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of GetBatchPoolOptions in com.azure.compute.batch
Methods in com.azure.compute.batch with parameters of type GetBatchPoolOptionsModifier and TypeMethodDescriptionBatchAsyncClient.getPool
(String poolId, GetBatchPoolOptions options, com.azure.core.http.RequestConditions requestConditions) Gets information about the specified Pool.BatchClient.getPool
(String poolId, GetBatchPoolOptions options, com.azure.core.http.RequestConditions requestConditions) Gets information about the specified Pool. -
Uses of GetBatchPoolOptions in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return GetBatchPoolOptionsModifier and TypeMethodDescriptionSet the expand property: An OData $expand clause.Set the select property: An OData $select clause.GetBatchPoolOptions.setTimeOutInSeconds
(Integer timeOutInSeconds) Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.