Uses of Class
com.azure.compute.batch.models.TerminateBatchJobOptions
Packages that use TerminateBatchJobOptions
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of TerminateBatchJobOptions in com.azure.compute.batch
Methods in com.azure.compute.batch with parameters of type TerminateBatchJobOptionsModifier and TypeMethodDescriptionBatchAsyncClient.terminateJob
(String jobId, TerminateBatchJobOptions options, com.azure.core.http.RequestConditions requestConditions) Terminates the specified Job, marking it as completed.void
BatchClient.terminateJob
(String jobId, TerminateBatchJobOptions options, com.azure.core.http.RequestConditions requestConditions) Terminates the specified Job, marking it as completed. -
Uses of TerminateBatchJobOptions in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return TerminateBatchJobOptionsModifier and TypeMethodDescriptionSet the force property: If true, the server will terminate the Job even if the corresponding nodes have not fully processed the termination.TerminateBatchJobOptions.setParameters
(BatchJobTerminateContent parameters) Set the parameters property: The options to use for terminating the Job.TerminateBatchJobOptions.setTimeOutInSeconds
(Integer timeOutInSeconds) Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.