PlacementPolicyUpdate Constructors

Definition

Overloads

PlacementPolicyUpdate()

Initializes a new instance of the PlacementPolicyUpdate class.

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

Initializes a new instance of the PlacementPolicyUpdate class.

PlacementPolicyUpdate()

Initializes a new instance of the PlacementPolicyUpdate class.

public PlacementPolicyUpdate ();
Public Sub New ()

Applies to

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

Initializes a new instance of the PlacementPolicyUpdate class.

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)

Parameters

state
String

Whether the placement policy is enabled or disabled. Possible values include: 'Enabled', 'Disabled'

vmMembers
IList<String>

Virtual machine members list

hostMembers
IList<String>

Host members list

Applies to