Uses of Class
com.azure.compute.batch.models.DeleteBatchJobOptions
Packages that use DeleteBatchJobOptions
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of DeleteBatchJobOptions in com.azure.compute.batch
Methods in com.azure.compute.batch with parameters of type DeleteBatchJobOptionsModifier and TypeMethodDescriptionBatchAsyncClient.deleteJob
(String jobId, DeleteBatchJobOptions options, com.azure.core.http.RequestConditions requestConditions) Deletes a Job.void
BatchClient.deleteJob
(String jobId, DeleteBatchJobOptions options, com.azure.core.http.RequestConditions requestConditions) Deletes a Job. -
Uses of DeleteBatchJobOptions in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return DeleteBatchJobOptionsModifier and TypeMethodDescriptionSet the force property: If true, the server will delete the Job even if the corresponding nodes have not fully processed the deletion.DeleteBatchJobOptions.setTimeOutInSeconds
(Integer timeOutInSeconds) Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.