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