Udostępnij za pośrednictwem


NodeStateCounts Konstruktory

Definicja

Przeciążenia

NodeStateCounts()

Inicjuje nowe wystąpienie klasy NodeStateCounts.

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

Inicjuje nowe wystąpienie klasy NodeStateCounts.

NodeStateCounts()

Inicjuje nowe wystąpienie klasy NodeStateCounts.

public NodeStateCounts ();
Public Sub New ()

Dotyczy

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

Inicjuje nowe wystąpienie klasy NodeStateCounts.

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>

Liczba bezczynnych węzłów.

runningNodeCount
Nullable<Int32>

Liczba uruchomionych węzłów.

preparingNodeCount
Nullable<Int32>

Przygotowywanie liczby węzłów.

unusableNodeCount
Nullable<Int32>

Liczba węzłów, których nie można używać.

leavingNodeCount
Nullable<Int32>

Opuszczanie liczby węzłów.

Dotyczy