Delen via


AutoScaleSettings Constructors

Definitie

Overloads

AutoScaleSettings()

Initialiseert een nieuw exemplaar van de klasse AutoScaleSettings.

AutoScaleSettings(Int32, Int32, Nullable<Int32>)

Initialiseert een nieuw exemplaar van de klasse AutoScaleSettings.

AutoScaleSettings()

Initialiseert een nieuw exemplaar van de klasse AutoScaleSettings.

public AutoScaleSettings ();
Public Sub New ()

Van toepassing op

AutoScaleSettings(Int32, Int32, Nullable<Int32>)

Initialiseert een nieuw exemplaar van de klasse AutoScaleSettings.

public AutoScaleSettings (int minimumNodeCount, int maximumNodeCount, int? initialNodeCount = default);
new Microsoft.Azure.Management.BatchAI.Models.AutoScaleSettings : int * int * Nullable<int> -> Microsoft.Azure.Management.BatchAI.Models.AutoScaleSettings
Public Sub New (minimumNodeCount As Integer, maximumNodeCount As Integer, Optional initialNodeCount As Nullable(Of Integer) = Nothing)

Parameters

minimumNodeCount
Int32

Minimumaantal knooppunten.

maximumNodeCount
Int32

Maximumaantal knooppunten.

initialNodeCount
Nullable<Int32>

Initiƫle telling van knooppunten.

Van toepassing op