Package | Description |
---|---|
com.microsoft.azure.batch.protocol |
This package contains the classes for BatchServiceClient.
|
com.microsoft.azure.batch.protocol.models |
This package contains the models classes for BatchServiceClient.
|
Modifier and Type | Method and Description |
---|---|
PagedList<PoolUsageMetrics> |
Pools.listUsageMetricsNext(String nextPageLink,
PoolListUsageMetricsNextOptions poolListUsageMetricsNextOptions)
Lists the usage metrics, aggregated by pool across individual time intervals, for the specified account.
|
rx.Observable<Page<PoolUsageMetrics>> |
Pools.listUsageMetricsNextAsync(String nextPageLink,
PoolListUsageMetricsNextOptions poolListUsageMetricsNextOptions)
Lists the usage metrics, aggregated by pool across individual time intervals, for the specified account.
|
ServiceFuture<List<PoolUsageMetrics>> |
Pools.listUsageMetricsNextAsync(String nextPageLink,
PoolListUsageMetricsNextOptions poolListUsageMetricsNextOptions,
ServiceFuture<List<PoolUsageMetrics>> serviceFuture,
ListOperationCallback<PoolUsageMetrics> serviceCallback)
Lists the usage metrics, aggregated by pool across individual time intervals, for the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<PoolUsageMetrics>,PoolListUsageMetricsHeaders>> |
Pools.listUsageMetricsNextWithServiceResponseAsync(String nextPageLink,
PoolListUsageMetricsNextOptions poolListUsageMetricsNextOptions)
Lists the usage metrics, aggregated by pool across individual time intervals, for the specified account.
|
Modifier and Type | Method and Description |
---|---|
PoolListUsageMetricsNextOptions |
PoolListUsageMetricsNextOptions.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
PoolListUsageMetricsNextOptions |
PoolListUsageMetricsNextOptions.withOcpDate(org.joda.time.DateTime ocpDate)
Set the ocpDate value.
|
PoolListUsageMetricsNextOptions |
PoolListUsageMetricsNextOptions.withReturnClientRequestId(Boolean returnClientRequestId)
Set the returnClientRequestId value.
|
Copyright © 2019. All rights reserved.