AutoScaleSettings Class

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

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.

AutoScaleSettings withEvaluationInterval(Period evaluationInterval)

Set if omitted, the default value is 15 minutes (PT15M).

AutoScaleSettings withFormula(String formula)

Set the formula value.

Method Details

evaluationInterval

public Period evaluationInterval()

Get if omitted, the default value is 15 minutes (PT15M).

Returns:

the evaluationInterval value

formula

public String formula()

Get the formula value.

Returns:

the formula value

withEvaluationInterval

public AutoScaleSettings withEvaluationInterval(Period evaluationInterval)

Set if omitted, the default value is 15 minutes (PT15M).

Parameters:

evaluationInterval - the evaluationInterval value to set

Returns:

the AutoScaleSettings object itself.

withFormula

public AutoScaleSettings withFormula(String formula)

Set the formula value.

Parameters:

formula - the formula value to set

Returns:

the AutoScaleSettings object itself.

Applies to