Custom Image Properties Custom Args
data class CustomImagePropertiesCustomArgs(val imageName: Output<String>? = null, val osType: Output<Either<String, CustomImageOsType>>, val sysPrep: Output<Boolean>? = null) : ConvertibleToJava<CustomImagePropertiesCustomArgs>
Properties for creating a custom image from a VHD.
Constructors
Link copied to clipboard
constructor(imageName: Output<String>? = null, osType: Output<Either<String, CustomImageOsType>>, sysPrep: Output<Boolean>? = null)