Uses of Class
com.azure.compute.batch.models.BatchPoolNodeCounts
Packages that use BatchPoolNodeCounts
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of BatchPoolNodeCounts in com.azure.compute.batch
Methods in com.azure.compute.batch that return types with arguments of type BatchPoolNodeCountsModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedFlux<BatchPoolNodeCounts> BatchAsyncClient.listPoolNodeCounts()Gets the number of Compute Nodes in each state, grouped by Pool.com.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()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 BatchPoolNodeCounts in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return BatchPoolNodeCountsModifier and TypeMethodDescriptionstatic BatchPoolNodeCountsBatchPoolNodeCounts.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of BatchPoolNodeCounts from the JsonReader.