FixedScaleSettings Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
FixedScaleSettings() |
Initialisiert eine neue instance der FixedScaleSettings-Klasse. |
FixedScaleSettings(Nullable<TimeSpan>, Nullable<Int32>, Nullable<Int32>, Nullable<ComputeNodeDeallocationOption>) |
Initialisiert eine neue instance der FixedScaleSettings-Klasse. |
FixedScaleSettings()
Initialisiert eine neue instance der FixedScaleSettings-Klasse.
public FixedScaleSettings ();
Public Sub New ()
Gilt für:
FixedScaleSettings(Nullable<TimeSpan>, Nullable<Int32>, Nullable<Int32>, Nullable<ComputeNodeDeallocationOption>)
Initialisiert eine neue instance der FixedScaleSettings-Klasse.
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)
Parameter
Die gewünschte Anzahl von Computeknoten mit spot/niedriger Priorität im Pool.
- nodeDeallocationOption
- Nullable<ComputeNodeDeallocationOption>
Bestimmt, was mit einem Knoten und dessen ausgeführten Aufgaben zu tun ist, wenn die Poolgröße abnimmt.
Gilt für:
Azure SDK for .NET