VirtualMachineConfiguration
Class
Definition
The configuration for compute nodes in a pool based on the Azure Virtual Machines infrastructure.
public class VirtualMachineConfiguration
- Inheritance
-
VirtualMachineConfiguration
Constructors
| VirtualMachineConfiguration(ImageReference, String, WindowsConfiguration) |
Initializes a new instance of the VirtualMachineConfiguration class. |
| VirtualMachineConfiguration(String, ImageReference, OSDisk, WindowsConfiguration) |
Initializes a new instance of the VirtualMachineConfiguration class. |
Properties
| ImageReference |
Gets or sets a reference to the Azure Virtual Machines Marketplace image to use. |
| NodeAgentSkuId |
Gets or sets the SKU of Batch Node Agent to be provisioned on the compute node. |
| OSDisk |
Gets or sets a reference to the OS disk image to use. |
| WindowsConfiguration |
Gets or sets windows operating system settings on the virtual machine. This property must not be specified if the ImageReference property specifies a Linux OS image. |
Extension Methods
| IsDefined(Object) | |
| IsNull(Object) | |
| IsPrimitive(Object) |