Uses of Class
com.azure.compute.batch.models.GetBatchCertificateOptions
Packages that use GetBatchCertificateOptions
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of GetBatchCertificateOptions in com.azure.compute.batch
Methods in com.azure.compute.batch with parameters of type GetBatchCertificateOptionsModifier and TypeMethodDescriptionBatchAsyncClient.getCertificate
(String thumbprintAlgorithm, String thumbprint, GetBatchCertificateOptions options) Gets information about the specified Certificate.BatchClient.getCertificate
(String thumbprintAlgorithm, String thumbprint, GetBatchCertificateOptions options) Gets information about the specified Certificate. -
Uses of GetBatchCertificateOptions in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return GetBatchCertificateOptionsModifier and TypeMethodDescriptionSet the select property: An OData $select clause.GetBatchCertificateOptions.setTimeOutInSeconds
(Integer timeOutInSeconds) Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.