Sdílet prostřednictvím


NodeCounts Konstruktory

Definice

Přetížení

NodeCounts()

Inicializuje novou instanci NodeCounts třídy.

NodeCounts(IList<NodeCount>, Nullable<Int32>)

Inicializuje novou instanci NodeCounts třídy.

NodeCounts()

Inicializuje novou instanci NodeCounts třídy.

public NodeCounts ();
Public Sub New ()

Platí pro

NodeCounts(IList<NodeCount>, Nullable<Int32>)

Inicializuje novou instanci NodeCounts třídy.

public NodeCounts (System.Collections.Generic.IList<Microsoft.Azure.Management.Automation.Models.NodeCount> value = default, int? totalCount = default);
new Microsoft.Azure.Management.Automation.Models.NodeCounts : System.Collections.Generic.IList<Microsoft.Azure.Management.Automation.Models.NodeCount> * Nullable<int> -> Microsoft.Azure.Management.Automation.Models.NodeCounts
Public Sub New (Optional value As IList(Of NodeCount) = Nothing, Optional totalCount As Nullable(Of Integer) = Nothing)

Parametry

value
IList<NodeCount>

Získá pole počtů.

totalCount
Nullable<Int32>

Získá celkový počet záznamů odpovídajících kritériím countType.

Platí pro