AutoScaleSettings Class

AutoScale settings for the pool.

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

Inheritance
AutoScaleSettings

Constructor

AutoScaleSettings(*, formula: str, evaluation_interval: Optional[datetime.timedelta] = None, **kwargs)

Variables

formula
str

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

evaluation_interval
timedelta

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