Class AutoScaleSettings

java.lang.Object
com.microsoft.azure.management.batch.AutoScaleSettings

public class AutoScaleSettings extends Object
AutoScale settings for the pool.
  • Constructor Details

    • AutoScaleSettings

      public AutoScaleSettings()
  • Method Details

    • formula

      public String formula()
      Get the formula value.
      Returns:
      the formula value
    • withFormula

      public AutoScaleSettings withFormula(String formula)
      Set the formula value.
      Parameters:
      formula - the formula value to set
      Returns:
      the AutoScaleSettings object itself.
    • evaluationInterval

      public org.joda.time.Period evaluationInterval()
      Get if omitted, the default value is 15 minutes (PT15M).
      Returns:
      the evaluationInterval value
    • withEvaluationInterval

      public AutoScaleSettings withEvaluationInterval(org.joda.time.Period evaluationInterval)
      Set if omitted, the default value is 15 minutes (PT15M).
      Parameters:
      evaluationInterval - the evaluationInterval value to set
      Returns:
      the AutoScaleSettings object itself.