CustomImagePropertiesCustomResponse

data class CustomImagePropertiesCustomResponse(val imageName: String? = null, val osType: String, val sysPrep: Boolean? = null)

Properties for creating a custom image from a VHD.

Constructors

Link copied to clipboard
constructor(imageName: String? = null, osType: String, sysPrep: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val imageName: String? = null

The image name.

Link copied to clipboard

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

Link copied to clipboard
val sysPrep: Boolean? = null

Indicates whether sysprep has been run on the VHD.