Uses of Class
com.azure.compute.batch.models.BatchNode
Packages that use BatchNode
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of BatchNode in com.azure.compute.batch
Methods in com.azure.compute.batch that return BatchNodeModifier and TypeMethodDescriptionGets information about the specified Compute Node.BatchClient.getNode
(String poolId, String nodeId, GetBatchNodeOptions options) Gets information about the specified Compute Node.Methods in com.azure.compute.batch that return types with arguments of type BatchNodeModifier and TypeMethodDescriptionGets information about the specified Compute Node.BatchAsyncClient.getNode
(String poolId, String nodeId, GetBatchNodeOptions options) Gets information about the specified Compute Node.com.azure.core.http.rest.PagedFlux
<BatchNode> Lists the Compute Nodes in the specified Pool.com.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> 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 BatchNode in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return BatchNode