Delen via


AutoScaleSettings Constructors

Definitie

Overloads

AutoScaleSettings()

Initialiseert een nieuw exemplaar van de klasse AutoScaleSettings.

AutoScaleSettings(String, Nullable<TimeSpan>)

Initialiseert een nieuw exemplaar van de klasse AutoScaleSettings.

AutoScaleSettings()

Initialiseert een nieuw exemplaar van de klasse AutoScaleSettings.

public AutoScaleSettings ();
Public Sub New ()

Van toepassing op

AutoScaleSettings(String, Nullable<TimeSpan>)

Initialiseert een nieuw exemplaar van de klasse AutoScaleSettings.

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

Een formule voor het gewenste aantal rekenknooppunten in de pool.

evaluationInterval
Nullable<TimeSpan>

Het tijdsinterval waarmee de grootte van de groep automatisch moet worden aangepast aan de formule voor automatisch schalen.

Van toepassing op