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