PoolSpecification.withAutoScaleFormula(String autoScaleFormula) 方法
定义
Set this property must not be specified if enableAutoScale is set to false. It is required if enableAutoScale is set to true. The formula is checked for validity before the pool is created. If the formula is not valid, the Batch service rejects the request with detailed error information.
public PoolSpecification withAutoScaleFormula(String autoScaleFormula)
参数
- autoScaleFormula
- String
the autoScaleFormula value to set
返回
the PoolSpecification object itself.