다음을 통해 공유


ClusterUpdate 생성자

정의

오버로드

ClusterUpdate()

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

ClusterUpdate(Nullable<Int32>, IList<String>)

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

ClusterUpdate()

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

public ClusterUpdate ();
Public Sub New ()

적용 대상

ClusterUpdate(Nullable<Int32>, IList<String>)

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

public ClusterUpdate (int? clusterSize = default, System.Collections.Generic.IList<string> hosts = default);
new Microsoft.Azure.Management.Avs.Models.ClusterUpdate : Nullable<int> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Avs.Models.ClusterUpdate
Public Sub New (Optional clusterSize As Nullable(Of Integer) = Nothing, Optional hosts As IList(Of String) = Nothing)

매개 변수

clusterSize
Nullable<Int32>

클러스터 크기

hosts
IList<String>

호스트

적용 대상