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.listUsageMetrics(PoolListUsageMetricsOptions poolListUsageMetricsOptions)
Lists the usage metrics, aggregated by pool across individual time intervals, for the specified account.
|
rx.Observable<Page<PoolUsageMetrics>> |
Pools.listUsageMetricsAsync(PoolListUsageMetricsOptions poolListUsageMetricsOptions)
Lists the usage metrics, aggregated by pool across individual time intervals, for the specified account.
|
ServiceFuture<List<PoolUsageMetrics>> |
Pools.listUsageMetricsAsync(PoolListUsageMetricsOptions poolListUsageMetricsOptions,
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.listUsageMetricsWithServiceResponseAsync(PoolListUsageMetricsOptions poolListUsageMetricsOptions)
Lists the usage metrics, aggregated by pool across individual time intervals, for the specified account.
|
Modifier and Type | Method and Description |
---|---|
PoolListUsageMetricsOptions |
PoolListUsageMetricsOptions.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
PoolListUsageMetricsOptions |
PoolListUsageMetricsOptions.withEndTime(org.joda.time.DateTime endTime)
Set the endTime value.
|
PoolListUsageMetricsOptions |
PoolListUsageMetricsOptions.withFilter(String filter)
Set the filter value.
|
PoolListUsageMetricsOptions |
PoolListUsageMetricsOptions.withMaxResults(Integer maxResults)
Set the maxResults value.
|
PoolListUsageMetricsOptions |
PoolListUsageMetricsOptions.withOcpDate(org.joda.time.DateTime ocpDate)
Set the ocpDate value.
|
PoolListUsageMetricsOptions |
PoolListUsageMetricsOptions.withReturnClientRequestId(Boolean returnClientRequestId)
Set the returnClientRequestId value.
|
PoolListUsageMetricsOptions |
PoolListUsageMetricsOptions.withStartTime(org.joda.time.DateTime startTime)
Set the startTime value.
|
PoolListUsageMetricsOptions |
PoolListUsageMetricsOptions.withTimeout(Integer timeout)
Set the timeout value.
|
Copyright © 2019. All rights reserved.