Package | Description |
---|---|
com.microsoft.azure.batch |
This package contains classes for writing applications that use the Azure Batch service.
|
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 |
PoolOperations.getAllPoolsLifetimeStatistics()
Gets lifetime summary statistics for all of the pools in the current account.
|
PoolStatistics |
PoolOperations.getAllPoolsLifetimeStatistics(Iterable<BatchClientBehavior> additionalBehaviors)
Gets lifetime summary statistics for all of the pools in the current account.
|
Modifier and Type | Method and Description |
---|---|
PoolStatistics |
Pools.getAllLifetimeStatistics()
Gets lifetime summary statistics for all of the pools in the specified account.
|
PoolStatistics |
Pools.getAllLifetimeStatistics(PoolGetAllLifetimeStatisticsOptions poolGetAllLifetimeStatisticsOptions)
Gets lifetime summary statistics for all of the pools in the specified account.
|
Modifier and Type | Method and Description |
---|---|
rx.Observable<PoolStatistics> |
Pools.getAllLifetimeStatisticsAsync()
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.
|
ServiceFuture<PoolStatistics> |
Pools.getAllLifetimeStatisticsAsync(ServiceCallback<PoolStatistics> serviceCallback)
Gets lifetime summary statistics for all of the pools in the specified account.
|
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 |
---|---|
ServiceFuture<PoolStatistics> |
Pools.getAllLifetimeStatisticsAsync(PoolGetAllLifetimeStatisticsOptions poolGetAllLifetimeStatisticsOptions,
ServiceCallback<PoolStatistics> serviceCallback)
Gets lifetime summary statistics for all of the pools in the specified account.
|
ServiceFuture<PoolStatistics> |
Pools.getAllLifetimeStatisticsAsync(ServiceCallback<PoolStatistics> serviceCallback)
Gets lifetime summary statistics for all of the pools in the specified account.
|
Modifier and Type | Method and Description |
---|---|
PoolStatistics |
CloudPool.stats()
Get the stats value.
|
PoolStatistics |
PoolStatistics.withLastUpdateTime(org.joda.time.DateTime lastUpdateTime)
Set the lastUpdateTime value.
|
PoolStatistics |
PoolStatistics.withResourceStats(ResourceStatistics resourceStats)
Set the resourceStats value.
|
PoolStatistics |
PoolStatistics.withStartTime(org.joda.time.DateTime startTime)
Set the startTime value.
|
PoolStatistics |
PoolStatistics.withUrl(String url)
Set the url value.
|
PoolStatistics |
PoolStatistics.withUsageStats(UsageStatistics usageStats)
Set the usageStats value.
|
Modifier and Type | Method and Description |
---|---|
CloudPool |
CloudPool.withStats(PoolStatistics stats)
Set the stats value.
|
Copyright © 2019. All rights reserved.