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.