ResourceProvisionPayload.VirtualMachineOverrides Property

Definition

Virtual machine profile array that contains VM properties that needs to be overridden for each VM in the batch (if you want to create 100 VMs, they all need a distinct computerName property, you pass computerNames for each VM in batch in this array), service will merge baseProfile with VM specific overrides and create a merged VMProfile.

public System.Collections.Generic.IList<Azure.ResourceManager.ComputeSchedule.Models.BulkVmConfiguration> VirtualMachineOverrides { get; }
member this.VirtualMachineOverrides : System.Collections.Generic.IList<Azure.ResourceManager.ComputeSchedule.Models.BulkVmConfiguration>
Public ReadOnly Property VirtualMachineOverrides As IList(Of BulkVmConfiguration)

Property Value

Applies to