次の方法で共有


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 条件に一致するレコードの合計数を取得します。

適用対象