AutoScaleSettings Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
The time interval at which to automatically adjust the pool size according to the autoscale formula.
Applies to
Azure SDK for .NET