NodeCounts Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
Obtient le nombre total d’enregistrements correspondant aux critères countType.
S’applique à
Azure SDK for .NET