IPlacementPolicyUpdate.HostMember Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Host members list
[Microsoft.Azure.PowerShell.Cmdlets.VMware.Runtime.Info(Create=true, Description="Host members list", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="hostMembers", Update=true)]
public System.Collections.Generic.List<string> HostMember { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.VMware.Runtime.Info(Create=true, Description="Host members list", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="hostMembers", Update=true)>]
member this.HostMember : System.Collections.Generic.List<string> with get, set
Public Property HostMember As List(Of String)
Property Value
- Attributes