共用方式為


ScaleSettings 建構函式

定義

多載

ScaleSettings()

初始化 ScaleSettings 類別的新實例。

ScaleSettings(FixedScaleSettings, AutoScaleSettings)

初始化 ScaleSettings 類別的新實例。

ScaleSettings()

初始化 ScaleSettings 類別的新實例。

public ScaleSettings ();
Public Sub New ()

適用於

ScaleSettings(FixedScaleSettings, AutoScaleSettings)

初始化 ScaleSettings 類別的新實例。

public ScaleSettings (Microsoft.Azure.Management.Batch.Models.FixedScaleSettings fixedScale = default, Microsoft.Azure.Management.Batch.Models.AutoScaleSettings autoScale = default);
new Microsoft.Azure.Management.Batch.Models.ScaleSettings : Microsoft.Azure.Management.Batch.Models.FixedScaleSettings * Microsoft.Azure.Management.Batch.Models.AutoScaleSettings -> Microsoft.Azure.Management.Batch.Models.ScaleSettings
Public Sub New (Optional fixedScale As FixedScaleSettings = Nothing, Optional autoScale As AutoScaleSettings = Nothing)

參數

fixedScale
FixedScaleSettings

已修正集區的調整設定。

autoScale
AutoScaleSettings

集區的自動調整設定。

適用於