Partager via


NodeCounts Constructeurs

Définition

Surcharges

NodeCounts()

Initialise une nouvelle instance de la classe NodeCounts.

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

Initialise une nouvelle instance de la classe NodeCounts.

NodeCounts()

Initialise une nouvelle instance de la classe NodeCounts.

public NodeCounts ();
Public Sub New ()

S’applique à

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

Initialise une nouvelle instance de la classe NodeCounts.

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)

Paramètres

value
IList<NodeCount>

Obtient un tableau de nombres

totalCount
Nullable<Int32>

Obtient le nombre total d’enregistrements correspondant aux critères countType.

S’applique à