你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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 条件匹配的记录总数。

适用于