Uses of Class
com.azure.compute.batch.models.ListBatchPoolNodeCountsOptions
Packages that use ListBatchPoolNodeCountsOptions
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of ListBatchPoolNodeCountsOptions in com.azure.compute.batch
Methods in com.azure.compute.batch with parameters of type ListBatchPoolNodeCountsOptionsModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedFlux
<BatchPoolNodeCounts> BatchAsyncClient.listPoolNodeCounts
(ListBatchPoolNodeCountsOptions options) Gets the number of Compute Nodes in each state, grouped by Pool.com.azure.core.http.rest.PagedIterable
<BatchPoolNodeCounts> BatchClient.listPoolNodeCounts
(ListBatchPoolNodeCountsOptions options) Gets the number of Compute Nodes in each state, grouped by Pool. -
Uses of ListBatchPoolNodeCountsOptions in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return ListBatchPoolNodeCountsOptionsModifier and TypeMethodDescriptionSet the filter property: An OData $filter clause.ListBatchPoolNodeCountsOptions.setMaxPageSize
(Integer maxPageSize) Set the maxPageSize property: The maximum number of items to return in the response.ListBatchPoolNodeCountsOptions.setTimeOutInSeconds
(Integer timeOutInSeconds) Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.