Package com.azure.compute.batch.models
Class DeleteBatchJobScheduleOptions
java.lang.Object
com.azure.compute.batch.models.DeleteBatchJobScheduleOptions
Optional parameters for Delete Job Schedule operation.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of DeleteBatchJobScheduleOptions class. -
Method Summary
Modifier and TypeMethodDescriptionGet the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.isForce()
Get the force property: If true, the server will delete the JobSchedule even if the corresponding nodes have not fully processed the deletion.Set the force property: If true, the server will delete the JobSchedule even if the corresponding nodes have not fully processed the deletion.setTimeOutInSeconds
(Integer timeOutInSeconds) Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.
-
Constructor Details
-
DeleteBatchJobScheduleOptions
public DeleteBatchJobScheduleOptions()Creates an instance of DeleteBatchJobScheduleOptions class.
-
-
Method Details
-
getTimeOutInSeconds
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.".- Returns:
- the timeOutInSeconds value.
-
setTimeOutInSeconds
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.".- Parameters:
timeOutInSeconds
- the timeOutInSeconds value to set.- Returns:
- the DeleteBatchJobScheduleOptions object itself.
-
isForce
Get the force property: If true, the server will delete the JobSchedule even if the corresponding nodes have not fully processed the deletion. The default value is false.- Returns:
- the force value.
-
setForce
Set the force property: If true, the server will delete the JobSchedule even if the corresponding nodes have not fully processed the deletion. The default value is false.- Parameters:
force
- the force value to set.- Returns:
- the DeleteBatchJobScheduleOptions object itself.
-