AutoScaleSettings Class

AutoScale settings for the pool.

All required parameters must be populated in order to send to server.

Inheritance
azure.mgmt.batch._serialization.Model
AutoScaleSettings

Constructor

AutoScaleSettings(*, formula: str, evaluation_interval: timedelta | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
formula
str

A formula for the desired number of compute nodes in the pool. Required.

evaluation_interval

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

Variables

Name Description
formula
str

A formula for the desired number of compute nodes in the pool. Required.

evaluation_interval

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