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

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.

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.