CustomImagePropertiesCustom interface

Properties for creating a custom image from a VHD.

Properties

imageName

The image name.

osType

The OS type of the custom image (i.e. Windows, Linux)

sysPrep

Indicates whether sysprep has been run on the VHD.

Property Details

imageName

The image name.

imageName?: string

Property Value

string

osType

The OS type of the custom image (i.e. Windows, Linux)

osType: string

Property Value

string

sysPrep

Indicates whether sysprep has been run on the VHD.

sysPrep?: boolean

Property Value

boolean