AutoScaleSettings 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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
集區中所需計算節點數目的公式。