Uses of Class
com.azure.compute.batch.models.ListBatchSubTasksOptions
Packages that use ListBatchSubTasksOptions
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of ListBatchSubTasksOptions in com.azure.compute.batch
Methods in com.azure.compute.batch with parameters of type ListBatchSubTasksOptionsModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedFlux
<BatchSubtask> BatchAsyncClient.listSubTasks
(String jobId, String taskId, ListBatchSubTasksOptions options) Lists all of the subtasks that are associated with the specified multi-instance Task.com.azure.core.http.rest.PagedIterable
<BatchSubtask> BatchClient.listSubTasks
(String jobId, String taskId, ListBatchSubTasksOptions options) Lists all of the subtasks that are associated with the specified multi-instance Task. -
Uses of ListBatchSubTasksOptions in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return ListBatchSubTasksOptionsModifier and TypeMethodDescriptionSet the select property: An OData $select clause.ListBatchSubTasksOptions.setTimeOutInSeconds
(Integer timeOutInSeconds) Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.