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 |
---|---|
PagedList<CloudTask> |
Tasks.list(String jobId,
TaskListOptions taskListOptions)
Lists all of the tasks that are associated with the specified job.
|
rx.Observable<Page<CloudTask>> |
Tasks.listAsync(String jobId,
TaskListOptions taskListOptions)
Lists all of the tasks that are associated with the specified job.
|
ServiceFuture<List<CloudTask>> |
Tasks.listAsync(String jobId,
TaskListOptions taskListOptions,
ListOperationCallback<CloudTask> serviceCallback)
Lists all of the tasks that are associated with the specified job.
|
rx.Observable<ServiceResponseWithHeaders<Page<CloudTask>,TaskListHeaders>> |
Tasks.listWithServiceResponseAsync(String jobId,
TaskListOptions taskListOptions)
Lists all of the tasks that are associated with the specified job.
|
Modifier and Type | Method and Description |
---|---|
TaskListOptions |
TaskListOptions.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
TaskListOptions |
TaskListOptions.withExpand(String expand)
Set the expand value.
|
TaskListOptions |
TaskListOptions.withFilter(String filter)
Set the filter value.
|
TaskListOptions |
TaskListOptions.withMaxResults(Integer maxResults)
Set the maxResults value.
|
TaskListOptions |
TaskListOptions.withOcpDate(org.joda.time.DateTime ocpDate)
Set the ocpDate value.
|
TaskListOptions |
TaskListOptions.withReturnClientRequestId(Boolean returnClientRequestId)
Set the returnClientRequestId value.
|
TaskListOptions |
TaskListOptions.withSelect(String select)
Set the select value.
|
TaskListOptions |
TaskListOptions.withTimeout(Integer timeout)
Set the timeout value.
|
Copyright © 2019. All rights reserved.