FixedScaleSettings 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
FixedScaleSettings() |
初始化 FixedScaleSettings 類別的新實例。 |
FixedScaleSettings(Nullable<TimeSpan>, Nullable<Int32>, Nullable<Int32>, Nullable<ComputeNodeDeallocationOption>) |
初始化 FixedScaleSettings 類別的新實例。 |
FixedScaleSettings()
初始化 FixedScaleSettings 類別的新實例。
public FixedScaleSettings ();
Public Sub New ()
適用於
FixedScaleSettings(Nullable<TimeSpan>, Nullable<Int32>, Nullable<Int32>, Nullable<ComputeNodeDeallocationOption>)
初始化 FixedScaleSettings 類別的新實例。
public FixedScaleSettings (TimeSpan? resizeTimeout = default, int? targetDedicatedNodes = default, int? targetLowPriorityNodes = default, Microsoft.Azure.Management.Batch.Models.ComputeNodeDeallocationOption? nodeDeallocationOption = default);
new Microsoft.Azure.Management.Batch.Models.FixedScaleSettings : Nullable<TimeSpan> * Nullable<int> * Nullable<int> * Nullable<Microsoft.Azure.Management.Batch.Models.ComputeNodeDeallocationOption> -> Microsoft.Azure.Management.Batch.Models.FixedScaleSettings
Public Sub New (Optional resizeTimeout As Nullable(Of TimeSpan) = Nothing, Optional targetDedicatedNodes As Nullable(Of Integer) = Nothing, Optional targetLowPriorityNodes As Nullable(Of Integer) = Nothing, Optional nodeDeallocationOption As Nullable(Of ComputeNodeDeallocationOption) = Nothing)
參數
- nodeDeallocationOption
- Nullable<ComputeNodeDeallocationOption>
判斷當集區大小減少時,節點及其執行中工作 () 該怎麼做。