Share via


IVirtualMachinePlacementHint.Scope Property

Definition

The scope for the virtual machine affinity or anti-affinity placement hint. It should always be "Machine" in the case of node affinity.

[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.PSArgumentCompleter(new System.String[] { "Rack", "Machine" })]
[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=true, Description="The scope for the virtual machine affinity or anti-affinity placement hint. It should always be "Machine" in the case of node affinity.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="scope", Update=true)]
public string Scope { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.PSArgumentCompleter(new System.String[] { "Rack", "Machine" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=true, Description="The scope for the virtual machine affinity or anti-affinity placement hint. It should always be "Machine" in the case of node affinity.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="scope", Update=true)>]
member this.Scope : string with get, set
Public Property Scope As String

Property Value

Attributes

Applies to