VirtualMachineUpdate.VirtualMachineScaleSet Property

Definition

Gets or sets specifies information about the virtual machine scale set that the virtual machine should be assigned to. Virtual machines specified in the same virtual machine scale set are allocated to different nodes to maximize availability. Currently, a VM can only be added to virtual machine scale set at creation time. An existing VM cannot be added to a virtual machine scale set. This property cannot exist along with a non-null properties.availabilitySet reference. Minimum api‐version: 2019‐03‐01.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.virtualMachineScaleSet")]
public Microsoft.Azure.Management.Compute.Models.SubResource VirtualMachineScaleSet { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.virtualMachineScaleSet")>]
member this.VirtualMachineScaleSet : Microsoft.Azure.Management.Compute.Models.SubResource with get, set
Public Property VirtualMachineScaleSet As SubResource

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to