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.listNext(String nextPageLink,
TaskListNextOptions taskListNextOptions)
Lists all of the tasks that are associated with the specified job.
|
rx.Observable<Page<CloudTask>> |
Tasks.listNextAsync(String nextPageLink,
TaskListNextOptions taskListNextOptions)
Lists all of the tasks that are associated with the specified job.
|
ServiceFuture<List<CloudTask>> |
Tasks.listNextAsync(String nextPageLink,
TaskListNextOptions taskListNextOptions,
ServiceFuture<List<CloudTask>> serviceFuture,
ListOperationCallback<CloudTask> serviceCallback)
Lists all of the tasks that are associated with the specified job.
|
rx.Observable<ServiceResponseWithHeaders<Page<CloudTask>,TaskListHeaders>> |
Tasks.listNextWithServiceResponseAsync(String nextPageLink,
TaskListNextOptions taskListNextOptions)
Lists all of the tasks that are associated with the specified job.
|
Modifier and Type | Method and Description |
---|---|
TaskListNextOptions |
TaskListNextOptions.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
TaskListNextOptions |
TaskListNextOptions.withOcpDate(org.joda.time.DateTime ocpDate)
Set the ocpDate value.
|
TaskListNextOptions |
TaskListNextOptions.withReturnClientRequestId(Boolean returnClientRequestId)
Set the returnClientRequestId value.
|
Copyright © 2019. All rights reserved.