Uses of Class
com.azure.compute.batch.models.DeleteBatchCertificateOptions
Packages that use DeleteBatchCertificateOptions
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of DeleteBatchCertificateOptions in com.azure.compute.batch
Methods in com.azure.compute.batch with parameters of type DeleteBatchCertificateOptionsModifier and TypeMethodDescriptionBatchAsyncClient.deleteCertificate
(String thumbprintAlgorithm, String thumbprint, DeleteBatchCertificateOptions options) Deletes a Certificate from the specified Account.void
BatchClient.deleteCertificate
(String thumbprintAlgorithm, String thumbprint, DeleteBatchCertificateOptions options) Deletes a Certificate from the specified Account. -
Uses of DeleteBatchCertificateOptions in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return DeleteBatchCertificateOptionsModifier and TypeMethodDescriptionDeleteBatchCertificateOptions.setTimeOutInSeconds
(Integer timeOutInSeconds) Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.