Sdílet prostřednictvím


NodeStateCounts Konstruktory

Definice

Přetížení

NodeStateCounts()

Inicializuje novou instanci NodeStateCounts třídy.

NodeStateCounts(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)

Inicializuje novou instanci NodeStateCounts třídy.

NodeStateCounts()

Inicializuje novou instanci NodeStateCounts třídy.

public NodeStateCounts ();
Public Sub New ()

Platí pro

NodeStateCounts(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)

Inicializuje novou instanci NodeStateCounts třídy.

public NodeStateCounts (int? idleNodeCount = default, int? runningNodeCount = default, int? preparingNodeCount = default, int? unusableNodeCount = default, int? leavingNodeCount = default);
new Microsoft.Azure.Management.BatchAI.Models.NodeStateCounts : Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> -> Microsoft.Azure.Management.BatchAI.Models.NodeStateCounts
Public Sub New (Optional idleNodeCount As Nullable(Of Integer) = Nothing, Optional runningNodeCount As Nullable(Of Integer) = Nothing, Optional preparingNodeCount As Nullable(Of Integer) = Nothing, Optional unusableNodeCount As Nullable(Of Integer) = Nothing, Optional leavingNodeCount As Nullable(Of Integer) = Nothing)

Parametry

idleNodeCount
Nullable<Int32>

Počet nečinných uzlů.

runningNodeCount
Nullable<Int32>

Počet spuštěných uzlů.

preparingNodeCount
Nullable<Int32>

Připravuje se počet uzlů.

unusableNodeCount
Nullable<Int32>

Počet nepoužitelných uzlů

leavingNodeCount
Nullable<Int32>

Počet uzlů se opouští.

Platí pro