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<PoolStatistics,PoolGetAllLifetimeStatisticsHeaders>> |
Pools.getAllLifetimeStatisticsWithServiceResponseAsync()
Gets lifetime summary statistics for all of the pools in the specified account.
|
rx.Observable<ServiceResponseWithHeaders<PoolStatistics,PoolGetAllLifetimeStatisticsHeaders>> |
Pools.getAllLifetimeStatisticsWithServiceResponseAsync(PoolGetAllLifetimeStatisticsOptions poolGetAllLifetimeStatisticsOptions)
Gets lifetime summary statistics for all of the pools in the specified account.
|
Modifier and Type | Method and Description |
---|---|
PoolGetAllLifetimeStatisticsHeaders |
PoolGetAllLifetimeStatisticsHeaders.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
PoolGetAllLifetimeStatisticsHeaders |
PoolGetAllLifetimeStatisticsHeaders.withETag(String eTag)
Set the eTag value.
|
PoolGetAllLifetimeStatisticsHeaders |
PoolGetAllLifetimeStatisticsHeaders.withLastModified(org.joda.time.DateTime lastModified)
Set the lastModified value.
|
PoolGetAllLifetimeStatisticsHeaders |
PoolGetAllLifetimeStatisticsHeaders.withRequestId(UUID requestId)
Set the requestId value.
|
Copyright © 2019. All rights reserved.