AutoScaleSettings Class

Definition

AutoScale settings for the pool.

public class AutoScaleSettings
type AutoScaleSettings = class
Public Class AutoScaleSettings
Inheritance
AutoScaleSettings

Constructors

AutoScaleSettings()

Initializes a new instance of the AutoScaleSettings class.

AutoScaleSettings(String, Nullable<TimeSpan>)

Initializes a new instance of the AutoScaleSettings class.

Properties

EvaluationInterval

Gets or sets the time interval at which to automatically adjust the pool size according to the autoscale formula.

Formula

Gets or sets a formula for the desired number of compute nodes in the pool.

Methods

Validate()

Validate the object.

Applies to