Uses of Class
com.azure.compute.batch.models.ListBatchTasksOptions
Packages that use ListBatchTasksOptions
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of ListBatchTasksOptions in com.azure.compute.batch
Methods in com.azure.compute.batch with parameters of type ListBatchTasksOptionsModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedFlux
<BatchTask> BatchAsyncClient.listTasks
(String jobId, ListBatchTasksOptions options) Lists all of the Tasks that are associated with the specified Job.com.azure.core.http.rest.PagedIterable
<BatchTask> BatchClient.listTasks
(String jobId, ListBatchTasksOptions options) Lists all of the Tasks that are associated with the specified Job. -
Uses of ListBatchTasksOptions in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return ListBatchTasksOptionsModifier and TypeMethodDescriptionSet the expand property: An OData $expand clause.Set the filter property: An OData $filter clause.ListBatchTasksOptions.setMaxPageSize
(Integer maxPageSize) Set the maxPageSize property: The maximum number of items to return in the response.Set the select property: An OData $select clause.ListBatchTasksOptions.setTimeOutInSeconds
(Integer timeOutInSeconds) Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.