Uses of Class
com.azure.compute.batch.models.ListBatchJobsFromScheduleOptions
Packages that use ListBatchJobsFromScheduleOptions
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of ListBatchJobsFromScheduleOptions in com.azure.compute.batch
Methods in com.azure.compute.batch with parameters of type ListBatchJobsFromScheduleOptionsModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedFlux
<BatchJob> BatchAsyncClient.listJobsFromSchedule
(String jobScheduleId, ListBatchJobsFromScheduleOptions options) Lists the Jobs that have been created under the specified Job Schedule.com.azure.core.http.rest.PagedIterable
<BatchJob> BatchClient.listJobsFromSchedule
(String jobScheduleId, ListBatchJobsFromScheduleOptions options) Lists the Jobs that have been created under the specified Job Schedule. -
Uses of ListBatchJobsFromScheduleOptions in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return ListBatchJobsFromScheduleOptionsModifier and TypeMethodDescriptionSet the expand property: An OData $expand clause.Set the filter property: An OData $filter clause.ListBatchJobsFromScheduleOptions.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.ListBatchJobsFromScheduleOptions.setTimeOutInSeconds
(Integer timeOutInSeconds) Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.