Uses of Class
com.azure.compute.batch.models.ListBatchPoolUsageMetricsOptions
Packages that use ListBatchPoolUsageMetricsOptions
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of ListBatchPoolUsageMetricsOptions in com.azure.compute.batch
Methods in com.azure.compute.batch with parameters of type ListBatchPoolUsageMetricsOptionsModifier and TypeMethodDescriptioncom.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
(ListBatchPoolUsageMetricsOptions options) Lists the usage metrics, aggregated by Pool across individual time intervals, for the specified Account. -
Uses of ListBatchPoolUsageMetricsOptions in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return ListBatchPoolUsageMetricsOptionsModifier and TypeMethodDescriptionListBatchPoolUsageMetricsOptions.setEndtime
(OffsetDateTime endtime) Set the endtime property: The latest time from which to include metrics.Set the filter property: An OData $filter clause.ListBatchPoolUsageMetricsOptions.setMaxPageSize
(Integer maxPageSize) Set the maxPageSize property: The maximum number of items to return in the response.ListBatchPoolUsageMetricsOptions.setStartTime
(OffsetDateTime startTime) Set the startTime property: The earliest time from which to include metrics.ListBatchPoolUsageMetricsOptions.setTimeOutInSeconds
(Integer timeOutInSeconds) Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.