VMImageInput Class

Definition

The parameters Azure uses to create the vm image for the virtual machine.

public class VMImageInput
type VMImageInput = class
Public Class VMImageInput
Inheritance
VMImageInput

Constructors

VMImageInput()

Initializes a new instance of the VMImageInput class.

Properties

DataDiskConfigurations

Optional. This corresponds to the DataDiskConfigurations of the VM Image used to create a new role. The DataDiskConfigurations element is only available using version 2014-10-01 or higher.

OSDiskConfiguration

Optional. This corresponds to the OSDiskConfiguration of the VM Image used to create a new role. The OSDiskConfiguration element is only available using version 2014-10-01 or higher.

Applies to