AutoScaleSettings Class
- java.
lang. Object - com.
microsoft. azure. management. batch. AutoScaleSettings
- com.
public class AutoScaleSettings
AutoScale settings for the pool.
Method Summary
Modifier and Type | Method and Description |
---|---|
Period |
evaluationInterval()
Get if omitted, the default value is 15 minutes (PT15M). |
String |
formula()
Get the formula value. |
Auto |
withEvaluationInterval(Period evaluationInterval)
Set if omitted, the default value is 15 minutes (PT15M). |
Auto |
withFormula(String formula)
Set the formula value. |
Method Details
evaluationInterval
public Period evaluationInterval()
Get if omitted, the default value is 15 minutes (PT15M).
Returns:
formula
public String formula()
Get the formula value.
Returns:
withEvaluationInterval
public AutoScaleSettings withEvaluationInterval(Period evaluationInterval)
Set if omitted, the default value is 15 minutes (PT15M).
Parameters:
Returns:
withFormula
public AutoScaleSettings withFormula(String formula)
Set the formula value.
Parameters:
Returns: