次の方法で共有


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>

プール のサイズが減少している場合にノードとその実行中のタスクを処理する方法を決定します。

適用対象