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 |
---|---|
TaskCounts |
Jobs.getTaskCounts(String jobId,
JobGetTaskCountsOptions jobGetTaskCountsOptions)
Gets the task counts for the specified job.
|
rx.Observable<TaskCounts> |
Jobs.getTaskCountsAsync(String jobId,
JobGetTaskCountsOptions jobGetTaskCountsOptions)
Gets the task counts for the specified job.
|
ServiceFuture<TaskCounts> |
Jobs.getTaskCountsAsync(String jobId,
JobGetTaskCountsOptions jobGetTaskCountsOptions,
ServiceCallback<TaskCounts> serviceCallback)
Gets the task counts for the specified job.
|
rx.Observable<ServiceResponseWithHeaders<TaskCounts,JobGetTaskCountsHeaders>> |
Jobs.getTaskCountsWithServiceResponseAsync(String jobId,
JobGetTaskCountsOptions jobGetTaskCountsOptions)
Gets the task counts for the specified job.
|
Modifier and Type | Method and Description |
---|---|
JobGetTaskCountsOptions |
JobGetTaskCountsOptions.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
JobGetTaskCountsOptions |
JobGetTaskCountsOptions.withOcpDate(org.joda.time.DateTime ocpDate)
Set the ocpDate value.
|
JobGetTaskCountsOptions |
JobGetTaskCountsOptions.withReturnClientRequestId(Boolean returnClientRequestId)
Set the returnClientRequestId value.
|
JobGetTaskCountsOptions |
JobGetTaskCountsOptions.withTimeout(Integer timeout)
Set the timeout value.
|
Copyright © 2019. All rights reserved.