Share via


AutoScaleSettings Constructors

Definition

Overloads

AutoScaleSettings()

Initializes a new instance of the AutoScaleSettings class.

AutoScaleSettings(String, Nullable<TimeSpan>)

Initializes a new instance of the AutoScaleSettings class.

AutoScaleSettings()

Initializes a new instance of the AutoScaleSettings class.

public AutoScaleSettings ();
Public Sub New ()

Applies to

AutoScaleSettings(String, Nullable<TimeSpan>)

Initializes a new instance of the AutoScaleSettings class.

public AutoScaleSettings (string formula, TimeSpan? evaluationInterval = default);
new Microsoft.Azure.Management.Batch.Models.AutoScaleSettings : string * Nullable<TimeSpan> -> Microsoft.Azure.Management.Batch.Models.AutoScaleSettings
Public Sub New (formula As String, Optional evaluationInterval As Nullable(Of TimeSpan) = Nothing)

Parameters

formula
String

A formula for the desired number of compute nodes in the pool.

evaluationInterval
Nullable<TimeSpan>

The time interval at which to automatically adjust the pool size according to the autoscale formula.

Applies to