Class AutoScaleSettings
- java.lang.Object
-
- com.microsoft.azure.management.batch.AutoScaleSettings
-
public class AutoScaleSettings extends Object
AutoScale settings for the pool.
-
-
Constructor Summary
Constructors Constructor Description AutoScaleSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.joda.time.PeriodevaluationInterval()Get the evaluationInterval value.Stringformula()Get the formula value.AutoScaleSettingswithEvaluationInterval(org.joda.time.Period evaluationInterval)Set the evaluationInterval value.AutoScaleSettingswithFormula(String formula)Set the formula value.
-
-
-
Method Detail
-
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 the evaluationInterval value.- Returns:
- the evaluationInterval value
-
withEvaluationInterval
public AutoScaleSettings withEvaluationInterval(org.joda.time.Period evaluationInterval)
Set the evaluationInterval value.- Parameters:
evaluationInterval- the evaluationInterval value to set- Returns:
- the AutoScaleSettings object itself.
-
-