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