你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

FixedScaleSettings interface

Fixed scale settings for the pool.

Properties

nodeDeallocationOption

If omitted, the default value is Requeue.

resizeTimeout

The default value is 15 minutes. Timeout values use ISO 8601 format. For example, use PT10M for 10 minutes. The minimum value is 5 minutes. If you specify a value less than 5 minutes, the Batch service rejects the request with an error; if you are calling the REST API directly, the HTTP status code is 400 (Bad Request).

targetDedicatedNodes

At least one of targetDedicatedNodes, targetLowPriorityNodes must be set.

targetLowPriorityNodes

At least one of targetDedicatedNodes, targetLowPriorityNodes must be set.

Property Details

nodeDeallocationOption

If omitted, the default value is Requeue.

nodeDeallocationOption?: ComputeNodeDeallocationOption

Property Value

resizeTimeout

The default value is 15 minutes. Timeout values use ISO 8601 format. For example, use PT10M for 10 minutes. The minimum value is 5 minutes. If you specify a value less than 5 minutes, the Batch service rejects the request with an error; if you are calling the REST API directly, the HTTP status code is 400 (Bad Request).

resizeTimeout?: string

Property Value

string

targetDedicatedNodes

At least one of targetDedicatedNodes, targetLowPriorityNodes must be set.

targetDedicatedNodes?: number

Property Value

number

targetLowPriorityNodes

At least one of targetDedicatedNodes, targetLowPriorityNodes must be set.

targetLowPriorityNodes?: number

Property Value

number