Uses of Class
com.azure.compute.batch.models.BatchPool
Packages that use BatchPool
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of BatchPool in com.azure.compute.batch
Methods in com.azure.compute.batch that return BatchPoolModifier and TypeMethodDescriptionGets information about the specified Pool.BatchClient.getPool
(String poolId, GetBatchPoolOptions options, com.azure.core.http.RequestConditions requestConditions) Gets information about the specified Pool.Methods in com.azure.compute.batch that return types with arguments of type BatchPoolModifier and TypeMethodDescriptionGets information about the specified Pool.BatchAsyncClient.getPool
(String poolId, GetBatchPoolOptions options, com.azure.core.http.RequestConditions requestConditions) Gets information about the specified Pool.com.azure.core.http.rest.PagedFlux
<BatchPool> BatchAsyncClient.listPools()
Lists all of the Pools which be mounted.com.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()
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 BatchPool in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return BatchPool