共用方式為


NodeCounts 建構函式

定義

多載

NodeCounts()

初始化 NodeCounts 類別的新實例。

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

初始化 NodeCounts 類別的新實例。

NodeCounts()

初始化 NodeCounts 類別的新實例。

public NodeCounts ();
Public Sub New ()

適用於

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

初始化 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)

參數

value
IList<NodeCount>

取得計數的陣列

totalCount
Nullable<Int32>

取得符合 countType 準則的記錄總數。

適用於