Uses of Class
com.microsoft.azure.batch.protocol.models.TaskListSubtasksOptions
-
Packages that use TaskListSubtasksOptions Package Description com.microsoft.azure.batch.protocol This package contains the classes for BatchServiceClient.com.microsoft.azure.batch.protocol.implementation This package contains the implementation classes for BatchServiceClient.com.microsoft.azure.batch.protocol.models This package contains the models classes for BatchServiceClient. -
-
Uses of TaskListSubtasksOptions in com.microsoft.azure.batch.protocol
Methods in com.microsoft.azure.batch.protocol with parameters of type TaskListSubtasksOptions Modifier and Type Method 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.com.microsoft.rest.ServiceFuture<CloudTaskListSubtasksResult>
Tasks. listSubtasksAsync(String jobId, String taskId, TaskListSubtasksOptions taskListSubtasksOptions, com.microsoft.rest.ServiceCallback<CloudTaskListSubtasksResult> serviceCallback)
Lists all of the subtasks that are associated with the specified multi-instance Task.rx.Observable<com.microsoft.rest.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. -
Uses of TaskListSubtasksOptions in com.microsoft.azure.batch.protocol.implementation
Methods in com.microsoft.azure.batch.protocol.implementation with parameters of type TaskListSubtasksOptions Modifier and Type Method Description CloudTaskListSubtasksResult
TasksImpl. listSubtasks(String jobId, String taskId, TaskListSubtasksOptions taskListSubtasksOptions)
Lists all of the subtasks that are associated with the specified multi-instance Task.rx.Observable<CloudTaskListSubtasksResult>
TasksImpl. listSubtasksAsync(String jobId, String taskId, TaskListSubtasksOptions taskListSubtasksOptions)
Lists all of the subtasks that are associated with the specified multi-instance Task.com.microsoft.rest.ServiceFuture<CloudTaskListSubtasksResult>
TasksImpl. listSubtasksAsync(String jobId, String taskId, TaskListSubtasksOptions taskListSubtasksOptions, com.microsoft.rest.ServiceCallback<CloudTaskListSubtasksResult> serviceCallback)
Lists all of the subtasks that are associated with the specified multi-instance Task.rx.Observable<com.microsoft.rest.ServiceResponseWithHeaders<CloudTaskListSubtasksResult,TaskListSubtasksHeaders>>
TasksImpl. listSubtasksWithServiceResponseAsync(String jobId, String taskId, TaskListSubtasksOptions taskListSubtasksOptions)
Lists all of the subtasks that are associated with the specified multi-instance Task. -
Uses of TaskListSubtasksOptions in com.microsoft.azure.batch.protocol.models
Methods in com.microsoft.azure.batch.protocol.models that return TaskListSubtasksOptions Modifier and Type Method Description TaskListSubtasksOptions
TaskListSubtasksOptions. withClientRequestId(UUID clientRequestId)
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g.TaskListSubtasksOptions
TaskListSubtasksOptions. withOcpDate(org.joda.time.DateTime ocpDate)
Set the time the request was issued.TaskListSubtasksOptions
TaskListSubtasksOptions. withReturnClientRequestId(Boolean returnClientRequestId)
Set whether the server should return the client-request-id in the response.TaskListSubtasksOptions
TaskListSubtasksOptions. withSelect(String select)
Set an OData $select clause.TaskListSubtasksOptions
TaskListSubtasksOptions. withTimeout(Integer timeout)
Set the maximum time that the server can spend processing the request, in seconds.
-