AutoScaleSettings Class
AutoScale settings for the pool.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.batch._serialization.ModelAutoScaleSettings
Constructor
AutoScaleSettings(*, formula: str, evaluation_interval: timedelta | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
formula
|
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
|
A formula for the desired number of compute nodes in the pool. Required. |
evaluation_interval
|
If omitted, the default value is 15 minutes (PT15M). |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python