다음을 통해 공유


NodeCountProperties 생성자

정의

오버로드

NodeCountProperties()

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

NodeCountProperties(Nullable<Int32>)

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

NodeCountProperties()

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

public NodeCountProperties();
Public Sub New ()

적용 대상

NodeCountProperties(Nullable<Int32>)

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

public NodeCountProperties(int? count = default);
new Microsoft.Azure.Management.Automation.Models.NodeCountProperties : Nullable<int> -> Microsoft.Azure.Management.Automation.Models.NodeCountProperties
Public Sub New (Optional count As Nullable(Of Integer) = Nothing)

매개 변수

count
Nullable<Int32>

이름의 개수를 가져옵니다.

적용 대상