ResourceProvisionPayload.VirtualMachineBaseProfile Property

Definition

Virtual machine profile object that contains VM properties that are common across all VMs in this batch (if you want to create 100 VMs in this request, and they all have same vmSize, then include vmSize in baseProfile).

public Azure.ResourceManager.ComputeSchedule.Models.BulkVmConfiguration VirtualMachineBaseProfile { get; set; }
member this.VirtualMachineBaseProfile : Azure.ResourceManager.ComputeSchedule.Models.BulkVmConfiguration with get, set
Public Property VirtualMachineBaseProfile As BulkVmConfiguration

Property Value

Applies to