Share via


BatchPoolSpecification.VirtualMachineConfiguration Property

Definition

The virtual machine configuration for the Pool. This property must be specified if the Pool needs to be created with Azure IaaS VMs. If it is not specified then the Batch service returns an error; if you are calling the REST API directly, the HTTP status code is 400 (Bad Request).

public Azure.Compute.Batch.VirtualMachineConfiguration VirtualMachineConfiguration { get; set; }
member this.VirtualMachineConfiguration : Azure.Compute.Batch.VirtualMachineConfiguration with get, set
Public Property VirtualMachineConfiguration As VirtualMachineConfiguration

Property Value

Applies to