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 |
---|---|
rx.Observable<ServiceResponseWithHeaders<Page<PoolUsageMetrics>,PoolListUsageMetricsHeaders>> |
Pools.listUsageMetricsNextWithServiceResponseAsync(String nextPageLink)
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.
|
rx.Observable<ServiceResponseWithHeaders<Page<PoolUsageMetrics>,PoolListUsageMetricsHeaders>> |
Pools.listUsageMetricsWithServiceResponseAsync()
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 |
---|---|
PoolListUsageMetricsHeaders |
PoolListUsageMetricsHeaders.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
PoolListUsageMetricsHeaders |
PoolListUsageMetricsHeaders.withETag(String eTag)
Set the eTag value.
|
PoolListUsageMetricsHeaders |
PoolListUsageMetricsHeaders.withLastModified(org.joda.time.DateTime lastModified)
Set the lastModified value.
|
PoolListUsageMetricsHeaders |
PoolListUsageMetricsHeaders.withRequestId(UUID requestId)
Set the requestId value.
|
Copyright © 2019. All rights reserved.