PoolEvaluateAutoScaleParameter.withAutoScaleFormula(String autoScaleFormula) 方法
定义
Set the formula is validated and its results calculated, but it is not applied to the pool. To apply the formula to the pool, 'Enable automatic scaling on a pool'. For more information about specifying this formula, see Automatically scale compute nodes in an Azure Batch pool (https://azure.microsoft.com/en-us/documentation/articles/batch-automatic-scaling).
public PoolEvaluateAutoScaleParameter withAutoScaleFormula(String autoScaleFormula)
参数
- autoScaleFormula
- String
the autoScaleFormula value to set
返回
the PoolEvaluateAutoScaleParameter object itself.