Uses of Class
com.azure.compute.batch.models.ListBatchCertificatesOptions
Packages that use ListBatchCertificatesOptions
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of ListBatchCertificatesOptions in com.azure.compute.batch
Methods in com.azure.compute.batch with parameters of type ListBatchCertificatesOptionsModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedFlux
<BatchCertificate> BatchAsyncClient.listCertificates
(ListBatchCertificatesOptions options) Lists all of the Certificates that have been added to the specified Account.com.azure.core.http.rest.PagedIterable
<BatchCertificate> BatchClient.listCertificates
(ListBatchCertificatesOptions options) Lists all of the Certificates that have been added to the specified Account. -
Uses of ListBatchCertificatesOptions in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return ListBatchCertificatesOptionsModifier and TypeMethodDescriptionSet the filter property: An OData $filter clause.ListBatchCertificatesOptions.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.ListBatchCertificatesOptions.setTimeOutInSeconds
(Integer timeOutInSeconds) Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.