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