NodeCounts Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)