ScaleSettings 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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
集區的自動調整設定。