TargetOSInfoArgs

data class TargetOSInfoArgs(val baselineOSs: Output<List<String>>? = null, val insiderChannelIds: Output<List<String>>? = null, val osUpdateType: Output<String>, val targetOSImageIds: Output<List<String>>? = null, val targetOSs: Output<List<String>>? = null) : ConvertibleToJava<TargetOSInfoArgs>

The information of the target OS to be tested.

Constructors

Link copied to clipboard
constructor(baselineOSs: Output<List<String>>? = null, insiderChannelIds: Output<List<String>>? = null, osUpdateType: Output<String>, targetOSImageIds: Output<List<String>>? = null, targetOSs: Output<List<String>>? = null)

Properties

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

Specifies the baseline OSs to be tested.

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

Insider Channel Ids. Only used for feature update.

Link copied to clipboard
val osUpdateType: Output<String>

Specifies the OS update type to test against, e.g., 'Security updates' or 'Feature updates'.

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

Specifies the ids of the target OSs from Custom Images to be tested.

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

Specifies the target OSs to be tested.

Functions

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