Share via


NodeCounts Constructors

Definition

Overloads

NodeCounts()

Initializes a new instance of the NodeCounts class.

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

Initializes a new instance of the NodeCounts class.

NodeCounts()

Initializes a new instance of the NodeCounts class.

public NodeCounts ();
Public Sub New ()

Applies to

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

Initializes a new instance of the NodeCounts class.

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)

Parameters

value
IList<NodeCount>

Gets an array of counts

totalCount
Nullable<Int32>

Gets the total number of records matching countType criteria.

Applies to