Sdílet prostřednictvím


FixedScaleSettings Konstruktory

Definice

Přetížení

FixedScaleSettings()

Inicializuje novou instanci FixedScaleSettings třídy.

FixedScaleSettings(Nullable<TimeSpan>, Nullable<Int32>, Nullable<Int32>, Nullable<ComputeNodeDeallocationOption>)

Inicializuje novou instanci FixedScaleSettings třídy.

FixedScaleSettings()

Inicializuje novou instanci FixedScaleSettings třídy.

public FixedScaleSettings ();
Public Sub New ()

Platí pro

FixedScaleSettings(Nullable<TimeSpan>, Nullable<Int32>, Nullable<Int32>, Nullable<ComputeNodeDeallocationOption>)

Inicializuje novou instanci FixedScaleSettings třídy.

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)

Parametry

resizeTimeout
Nullable<TimeSpan>

Časový limit přidělení výpočetních uzlů do fondu

targetDedicatedNodes
Nullable<Int32>

Požadovaný počet vyhrazených výpočetních uzlů ve fondu

targetLowPriorityNodes
Nullable<Int32>

Požadovaný počet spotových výpočetních uzlů nebo výpočetních uzlů s nízkou prioritou ve fondu

nodeDeallocationOption
Nullable<ComputeNodeDeallocationOption>

Určuje, co dělat s uzlem a jeho spuštěnými úlohami, pokud se velikost fondu snižuje.

Platí pro