CustomImagePropertiesCustom interface   
Properties for creating a custom image from a VHD.
Properties
| image | 
	The image name.  | 
| os | 
	The OS type of the custom image (i.e. Windows, Linux)  | 
| sys | 
	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