共用方式為


AutoScaleSettings 建構函式

定義

多載

AutoScaleSettings()

初始化 AutoScaleSettings 類別的新實例。

AutoScaleSettings(String, Nullable<TimeSpan>)

初始化 AutoScaleSettings 類別的新實例。

AutoScaleSettings()

初始化 AutoScaleSettings 類別的新實例。

public AutoScaleSettings ();
Public Sub New ()

適用於

AutoScaleSettings(String, Nullable<TimeSpan>)

初始化 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)

參數

formula
String

集區中所需計算節點數目的公式。

evaluationInterval
Nullable<TimeSpan>

根據自動調整公式自動調整集區大小的時間間隔。

適用於