Custom Image Properties Custom Response
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
fun CustomImagePropertiesCustomResponse(imageName: String? = null, osType: String, sysPrep: Boolean? = null)