Uses of Class
com.azure.compute.batch.models.BatchPoolUsageMetrics
Packages that use BatchPoolUsageMetrics
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of BatchPoolUsageMetrics in com.azure.compute.batch
Methods in com.azure.compute.batch that return types with arguments of type BatchPoolUsageMetricsModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedFlux
<BatchPoolUsageMetrics> BatchAsyncClient.listPoolUsageMetrics()
Lists the usage metrics, aggregated by Pool across individual time intervals, for the specified Account.com.azure.core.http.rest.PagedFlux
<BatchPoolUsageMetrics> BatchAsyncClient.listPoolUsageMetrics
(ListBatchPoolUsageMetricsOptions options) Lists the usage metrics, aggregated by Pool across individual time intervals, for the specified Account.com.azure.core.http.rest.PagedIterable
<BatchPoolUsageMetrics> BatchClient.listPoolUsageMetrics()
Lists the usage metrics, aggregated by Pool across individual time intervals, for the specified Account.com.azure.core.http.rest.PagedIterable
<BatchPoolUsageMetrics> BatchClient.listPoolUsageMetrics
(ListBatchPoolUsageMetricsOptions options) Lists the usage metrics, aggregated by Pool across individual time intervals, for the specified Account. -
Uses of BatchPoolUsageMetrics in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return BatchPoolUsageMetricsModifier and TypeMethodDescriptionstatic BatchPoolUsageMetrics
BatchPoolUsageMetrics.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of BatchPoolUsageMetrics from the JsonReader.