ResourceProvisionFlexPayload.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.
JSON array that contains VM properties that should be overridden for each VM in the batch.
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)