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<Page<CloudTask>,TaskListHeaders>> |
Tasks.listNextWithServiceResponseAsync(String nextPageLink)
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.
|
rx.Observable<ServiceResponseWithHeaders<Page<CloudTask>,TaskListHeaders>> |
Tasks.listWithServiceResponseAsync(String jobId)
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 |
---|---|
TaskListHeaders |
TaskListHeaders.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
TaskListHeaders |
TaskListHeaders.withETag(String eTag)
Set the eTag value.
|
TaskListHeaders |
TaskListHeaders.withLastModified(org.joda.time.DateTime lastModified)
Set the lastModified value.
|
TaskListHeaders |
TaskListHeaders.withRequestId(UUID requestId)
Set the requestId value.
|
Copyright © 2019. All rights reserved.