ScaleSettings Class
Defines the desired size of the pool. This can either be 'fixedScale' where the requested targetDedicatedNodes is specified, or 'autoScale' which defines a formula which is periodically reevaluated. If this property is not specified, the pool will have a fixed scale with 0 targetDedicatedNodes.
- Inheritance
-
azure.mgmt.batch._serialization.ModelScaleSettings
Constructor
ScaleSettings(*, fixed_scale: _models.FixedScaleSettings | None = None, auto_scale: _models.AutoScaleSettings | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
fixed_scale
|
This property and autoScale are mutually exclusive and one of the properties must be specified. |
auto_scale
|
This property and fixedScale are mutually exclusive and one of the properties must be specified. |
Variables
Name | Description |
---|---|
fixed_scale
|
This property and autoScale are mutually exclusive and one of the properties must be specified. |
auto_scale
|
This property and fixedScale are mutually exclusive and one of the properties must be specified. |
Azure SDK for Python