다음을 통해 공유


PlacementPolicyUpdate 생성자

정의

오버로드

PlacementPolicyUpdate()

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

PlacementPolicyUpdate(String, IList<String>, IList<String>)

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

PlacementPolicyUpdate()

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

public PlacementPolicyUpdate ();
Public Sub New ()

적용 대상

PlacementPolicyUpdate(String, IList<String>, IList<String>)

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

public PlacementPolicyUpdate (string state = default, System.Collections.Generic.IList<string> vmMembers = default, System.Collections.Generic.IList<string> hostMembers = default);
new Microsoft.Azure.Management.Avs.Models.PlacementPolicyUpdate : string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Avs.Models.PlacementPolicyUpdate
Public Sub New (Optional state As String = Nothing, Optional vmMembers As IList(Of String) = Nothing, Optional hostMembers As IList(Of String) = Nothing)

매개 변수

state
String

배치 정책을 사용할지 또는 사용하지 않도록 설정했는지 여부입니다. 가능한 값은 'Enabled', 'Disabled'입니다.

vmMembers
IList<String>

가상 머신 멤버 목록

hostMembers
IList<String>

호스트 멤버 목록

적용 대상