Uses of Class
com.azure.compute.batch.models.ListBatchNodesOptions
Packages that use ListBatchNodesOptions
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of ListBatchNodesOptions in com.azure.compute.batch
Methods in com.azure.compute.batch with parameters of type ListBatchNodesOptionsModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedFlux
<BatchNode> BatchAsyncClient.listNodes
(String poolId, ListBatchNodesOptions options) Lists the Compute Nodes in the specified Pool.com.azure.core.http.rest.PagedIterable
<BatchNode> BatchClient.listNodes
(String poolId, ListBatchNodesOptions options) Lists the Compute Nodes in the specified Pool. -
Uses of ListBatchNodesOptions in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return ListBatchNodesOptionsModifier and TypeMethodDescriptionSet the filter property: An OData $filter clause.ListBatchNodesOptions.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.ListBatchNodesOptions.setTimeOutInSeconds
(Integer timeOutInSeconds) Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.