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<CloudTaskListSubtasksResult,TaskListSubtasksHeaders>> |
Tasks.listSubtasksWithServiceResponseAsync(String jobId,
String taskId)
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 |
---|---|
TaskListSubtasksHeaders |
TaskListSubtasksHeaders.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
TaskListSubtasksHeaders |
TaskListSubtasksHeaders.withETag(String eTag)
Set the eTag value.
|
TaskListSubtasksHeaders |
TaskListSubtasksHeaders.withLastModified(org.joda.time.DateTime lastModified)
Set the lastModified value.
|
TaskListSubtasksHeaders |
TaskListSubtasksHeaders.withRequestId(UUID requestId)
Set the requestId value.
|
Copyright © 2019. All rights reserved.