NodeCounts 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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)