FixedScaleSettings 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
已修正集區的調整設定。
public class FixedScaleSettings
type FixedScaleSettings = class
Public Class FixedScaleSettings
- 繼承
-
FixedScaleSettings
建構函式
FixedScaleSettings() |
初始化 FixedScaleSettings 類別的新實例。 |
FixedScaleSettings(Nullable<TimeSpan>, Nullable<Int32>, Nullable<Int32>, Nullable<ComputeNodeDeallocationOption>) |
初始化 FixedScaleSettings 類別的新實例。 |
屬性
NodeDeallocationOption |
取得或設定會決定節點及其執行中工作 () 集區大小是否減少時要執行的動作。 |
ResizeTimeout |
取得或設定將計算節點配置給集區的逾時。 |
TargetDedicatedNodes |
取得或設定集區中所需的專用計算節點數目。 |
TargetLowPriorityNodes |
取得或設定集區中所需的 Spot/低優先順序計算節點數目。 |