Class DeleteBatchJobOptions

java.lang.Object
com.azure.compute.batch.models.DeleteBatchJobOptions

public final class DeleteBatchJobOptions extends Object
Optional parameters for Delete Job operation.
  • Constructor Details

    • DeleteBatchJobOptions

      public DeleteBatchJobOptions()
      Creates an instance of DeleteBatchJobOptions class.
  • Method Details

    • getTimeOutInSeconds

      public Integer 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

      public DeleteBatchJobOptions setTimeOutInSeconds(Integer timeOutInSeconds)
      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 DeleteBatchJobOptions object itself.
    • isForce

      public Boolean isForce()
      Get the force property: If true, the server will delete the Job even if the corresponding nodes have not fully processed the deletion. The default value is false.
      Returns:
      the force value.
    • setForce

      public DeleteBatchJobOptions setForce(Boolean force)
      Set the force property: If true, the server will delete the Job 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 DeleteBatchJobOptions object itself.