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 |
---|---|
PoolStatistics |
Pools.getAllLifetimeStatistics(PoolGetAllLifetimeStatisticsOptions poolGetAllLifetimeStatisticsOptions)
Gets lifetime summary statistics for all of the pools in the specified account.
|
rx.Observable<PoolStatistics> |
Pools.getAllLifetimeStatisticsAsync(PoolGetAllLifetimeStatisticsOptions poolGetAllLifetimeStatisticsOptions)
Gets lifetime summary statistics for all of the pools in the specified account.
|
ServiceFuture<PoolStatistics> |
Pools.getAllLifetimeStatisticsAsync(PoolGetAllLifetimeStatisticsOptions poolGetAllLifetimeStatisticsOptions,
ServiceCallback<PoolStatistics> serviceCallback)
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 |
---|---|
PoolGetAllLifetimeStatisticsOptions |
PoolGetAllLifetimeStatisticsOptions.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
PoolGetAllLifetimeStatisticsOptions |
PoolGetAllLifetimeStatisticsOptions.withOcpDate(org.joda.time.DateTime ocpDate)
Set the ocpDate value.
|
PoolGetAllLifetimeStatisticsOptions |
PoolGetAllLifetimeStatisticsOptions.withReturnClientRequestId(Boolean returnClientRequestId)
Set the returnClientRequestId value.
|
PoolGetAllLifetimeStatisticsOptions |
PoolGetAllLifetimeStatisticsOptions.withTimeout(Integer timeout)
Set the timeout value.
|
Copyright © 2019. All rights reserved.