Target OSInfo Args
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
Properties
Link copied to clipboard
Specifies the baseline OSs to be tested.
Link copied to clipboard
Insider Channel Ids. Only used for feature update.
Link copied to clipboard
Specifies the OS update type to test against, e.g., 'Security updates' or 'Feature updates'.
Link copied to clipboard
Specifies the ids of the target OSs from Custom Images to be tested.