Class AutoScaleSettings
java.lang.Object
com.microsoft.azure.management.batch.AutoScaleSettings
AutoScale settings for the pool.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.joda.time.Period
Get if omitted, the default value is 15 minutes (PT15M).formula()
Get the formula value.withEvaluationInterval
(org.joda.time.Period evaluationInterval) Set if omitted, the default value is 15 minutes (PT15M).withFormula
(String formula) Set the formula value.
-
Constructor Details
-
AutoScaleSettings
public AutoScaleSettings()
-
-
Method Details
-
formula
Get the formula value.- Returns:
- the formula value
-
withFormula
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
Set if omitted, the default value is 15 minutes (PT15M).- Parameters:
evaluationInterval
- the evaluationInterval value to set- Returns:
- the AutoScaleSettings object itself.
-