共用方式為


FixedScaleSettings 建構函式

定義

多載

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)

參數

resizeTimeout
Nullable<TimeSpan>

將計算節點配置至集區的逾時。

targetDedicatedNodes
Nullable<Int32>

集區中所需的專用計算節點數目。

targetLowPriorityNodes
Nullable<Int32>

集區中所需的現成/低優先順序計算節點數目。

nodeDeallocationOption
Nullable<ComputeNodeDeallocationOption>

判斷當集區大小減少時,節點及其執行中工作 () 該怎麼做。

適用於