Uses of Class
com.azure.compute.batch.models.ListBatchApplicationsOptions
Packages that use ListBatchApplicationsOptions
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of ListBatchApplicationsOptions in com.azure.compute.batch
Methods in com.azure.compute.batch with parameters of type ListBatchApplicationsOptionsModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedFlux
<BatchApplication> BatchAsyncClient.listApplications
(ListBatchApplicationsOptions options) Lists all of the applications available in the specified Account.com.azure.core.http.rest.PagedIterable
<BatchApplication> BatchClient.listApplications
(ListBatchApplicationsOptions options) Lists all of the applications available in the specified Account. -
Uses of ListBatchApplicationsOptions in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return ListBatchApplicationsOptionsModifier and TypeMethodDescriptionListBatchApplicationsOptions.setMaxPageSize
(Integer maxPageSize) Set the maxPageSize property: The maximum number of items to return in the response.ListBatchApplicationsOptions.setTimeOutInSeconds
(Integer timeOutInSeconds) Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.