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 |
---|---|
CloudTaskListSubtasksResult |
Tasks.listSubtasks(String jobId,
String taskId,
TaskListSubtasksOptions taskListSubtasksOptions)
Lists all of the subtasks that are associated with the specified multi-instance task.
|
rx.Observable<CloudTaskListSubtasksResult> |
Tasks.listSubtasksAsync(String jobId,
String taskId,
TaskListSubtasksOptions taskListSubtasksOptions)
Lists all of the subtasks that are associated with the specified multi-instance task.
|
ServiceFuture<CloudTaskListSubtasksResult> |
Tasks.listSubtasksAsync(String jobId,
String taskId,
TaskListSubtasksOptions taskListSubtasksOptions,
ServiceCallback<CloudTaskListSubtasksResult> serviceCallback)
Lists all of the subtasks that are associated with the specified multi-instance task.
|
rx.Observable<ServiceResponseWithHeaders<CloudTaskListSubtasksResult,TaskListSubtasksHeaders>> |
Tasks.listSubtasksWithServiceResponseAsync(String jobId,
String taskId,
TaskListSubtasksOptions taskListSubtasksOptions)
Lists all of the subtasks that are associated with the specified multi-instance task.
|
Modifier and Type | Method and Description |
---|---|
TaskListSubtasksOptions |
TaskListSubtasksOptions.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
TaskListSubtasksOptions |
TaskListSubtasksOptions.withOcpDate(org.joda.time.DateTime ocpDate)
Set the ocpDate value.
|
TaskListSubtasksOptions |
TaskListSubtasksOptions.withReturnClientRequestId(Boolean returnClientRequestId)
Set the returnClientRequestId value.
|
TaskListSubtasksOptions |
TaskListSubtasksOptions.withSelect(String select)
Set the select value.
|
TaskListSubtasksOptions |
TaskListSubtasksOptions.withTimeout(Integer timeout)
Set the timeout value.
|
Copyright © 2019. All rights reserved.