ScaleSettings Class

Definition

Scale settings for the pool

public class ScaleSettings
type ScaleSettings = class
Public Class ScaleSettings
Inheritance
ScaleSettings

Remarks

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.

Constructors

ScaleSettings()

Initializes a new instance of the ScaleSettings class.

ScaleSettings(FixedScaleSettings, AutoScaleSettings)

Initializes a new instance of the ScaleSettings class.

Properties

AutoScale

Gets or sets autoScale settings for the pool.

FixedScale

Gets or sets fixed scale settings for the pool.

Methods

Validate()

Validate the object.

Applies to