Class JobBasePropertiesConstraints

java.lang.Object
com.microsoft.azure.management.batchai.JobBasePropertiesConstraints

public class JobBasePropertiesConstraints extends Object
Constraints associated with the Job.
  • Constructor Details

    • JobBasePropertiesConstraints

      public JobBasePropertiesConstraints()
  • Method Details

    • maxWallClockTime

      public org.joda.time.Period maxWallClockTime()
      Get max time the job can run. Default value: 1 week.
      Returns:
      the maxWallClockTime value
    • withMaxWallClockTime

      public JobBasePropertiesConstraints withMaxWallClockTime(org.joda.time.Period maxWallClockTime)
      Set max time the job can run. Default value: 1 week.
      Parameters:
      maxWallClockTime - the maxWallClockTime value to set
      Returns:
      the JobBasePropertiesConstraints object itself.