ResourceProvisionPayload.VirtualMachineOverrides 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.
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)