Uses of Class
com.azure.compute.batch.models.ListBatchPoolsOptions
Packages that use ListBatchPoolsOptions
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of ListBatchPoolsOptions in com.azure.compute.batch
Methods in com.azure.compute.batch with parameters of type ListBatchPoolsOptionsModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedFlux
<BatchPool> BatchAsyncClient.listPools
(ListBatchPoolsOptions options) Lists all of the Pools which be mounted.com.azure.core.http.rest.PagedIterable
<BatchPool> BatchClient.listPools
(ListBatchPoolsOptions options) Lists all of the Pools which be mounted. -
Uses of ListBatchPoolsOptions in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return ListBatchPoolsOptionsModifier and TypeMethodDescriptionSet the expand property: An OData $expand clause.Set the filter property: An OData $filter clause.ListBatchPoolsOptions.setMaxPageSize
(Integer maxPageSize) Set the maxPageSize property: The maximum number of items to return in the response.Set the select property: An OData $select clause.ListBatchPoolsOptions.setTimeOutInSeconds
(Integer timeOutInSeconds) Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.