다음을 통해 공유


NodeCounts 생성자

정의

오버로드

NodeCounts()

NodeCounts 클래스의 새 instance 초기화합니다.

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

NodeCounts 클래스의 새 instance 초기화합니다.

NodeCounts()

NodeCounts 클래스의 새 instance 초기화합니다.

public NodeCounts();
Public Sub New ()

적용 대상

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

NodeCounts 클래스의 새 instance 초기화합니다.

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 조건과 일치하는 총 레코드 수를 가져옵니다.

적용 대상