PoolEnableAutoScaleParameter Class

Definition

Options for enabling automatic scaling on a Pool.

public class PoolEnableAutoScaleParameter
type PoolEnableAutoScaleParameter = class
Public Class PoolEnableAutoScaleParameter
Inheritance
PoolEnableAutoScaleParameter

Constructors

PoolEnableAutoScaleParameter()

Initializes a new instance of the PoolEnableAutoScaleParameter class.

PoolEnableAutoScaleParameter(String, Nullable<TimeSpan>)

Initializes a new instance of the PoolEnableAutoScaleParameter class.

Properties

AutoScaleEvaluationInterval

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

AutoScaleFormula

Gets or sets the formula for the desired number of Compute Nodes in the Pool.

Applies to