Uses of Class
com.azure.compute.batch.models.CreateBatchCertificateOptions
Packages that use CreateBatchCertificateOptions
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of CreateBatchCertificateOptions in com.azure.compute.batch
Methods in com.azure.compute.batch with parameters of type CreateBatchCertificateOptionsModifier and TypeMethodDescriptionBatchAsyncClient.createCertificate
(BatchCertificate certificate, CreateBatchCertificateOptions options) Creates a Certificate to the specified Account.void
BatchClient.createCertificate
(BatchCertificate certificate, CreateBatchCertificateOptions options) Creates a Certificate to the specified Account. -
Uses of CreateBatchCertificateOptions in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return CreateBatchCertificateOptionsModifier and TypeMethodDescriptionCreateBatchCertificateOptions.setTimeOutInSeconds
(Integer timeOutInSeconds) Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.