Uses of Class
com.azure.compute.batch.models.ListSupportedBatchImagesOptions
Packages that use ListSupportedBatchImagesOptions
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of ListSupportedBatchImagesOptions in com.azure.compute.batch
Methods in com.azure.compute.batch with parameters of type ListSupportedBatchImagesOptionsModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedFlux
<BatchSupportedImage> BatchAsyncClient.listSupportedImages
(ListSupportedBatchImagesOptions options) Lists all Virtual Machine Images supported by the Azure Batch service.com.azure.core.http.rest.PagedIterable
<BatchSupportedImage> BatchClient.listSupportedImages
(ListSupportedBatchImagesOptions options) Lists all Virtual Machine Images supported by the Azure Batch service. -
Uses of ListSupportedBatchImagesOptions in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return ListSupportedBatchImagesOptionsModifier and TypeMethodDescriptionSet the filter property: An OData $filter clause.ListSupportedBatchImagesOptions.setMaxPageSize
(Integer maxPageSize) Set the maxPageSize property: The maximum number of items to return in the response.ListSupportedBatchImagesOptions.setTimeOutInSeconds
(Integer timeOutInSeconds) Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.