CustomImagePropertiesCustomArgs

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)

Properties

Link copied to clipboard
val imageName: Output<String>? = null

The image name.

Link copied to clipboard
val osType: Output<Either<String, CustomImageOsType>>

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

Link copied to clipboard
val sysPrep: Output<Boolean>? = null

Indicates whether sysprep has been run on the VHD.

Functions

Link copied to clipboard
open override fun toJava(): CustomImagePropertiesCustomArgs