PoolAddParameter.withAutoScaleEvaluationInterval(Period autoScaleEvaluationInterval) 方法
定义
Set the default value is 15 minutes. The minimum and maximum value are 5 minutes and 168 hours respectively. If you specify a value less than 5 minutes or greater than 168 hours, the Batch service returns an error; if you are calling the REST API directly, the HTTP status code is 400 (Bad Request).
public PoolAddParameter withAutoScaleEvaluationInterval(Period autoScaleEvaluationInterval)
参数
- autoScaleEvaluationInterval
- Period
the autoScaleEvaluationInterval value to set
返回
the PoolAddParameter object itself.