VirtualMachineScaleSetVMInstanceView.PlacementGroupId Property

Definition

Gets or sets the placement group in which the VM is running. If the VM is deallocated it will not have a placementGroupId.

[Newtonsoft.Json.JsonProperty(PropertyName="placementGroupId")]
public string PlacementGroupId { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="placementGroupId")>]
member this.PlacementGroupId : string with get, set
Public Property PlacementGroupId As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to