Command Args
    data class CommandArgs(val action: Output<Either<String, Action>>, val alwaysRun: Output<Boolean>? = null, val applyUpdateBefore: Output<Boolean>? = null, val content: Output<String>, val contentType: Output<Either<String, ContentType>>, val enrollIntuneBefore: Output<Boolean>? = null, val install1PAppBefore: Output<Boolean>? = null, val maxRunTime: Output<Int>? = null, val name: Output<String>, val postUpgrade: Output<Boolean>? = null, val preUpgrade: Output<Boolean>? = null, val restartAfter: Output<Boolean>? = null, val runAsInteractive: Output<Boolean>? = null, val runElevated: Output<Boolean>? = null) : ConvertibleToJava<CommandArgs> 
The command used in the test
Constructors
Link copied to clipboard
                fun CommandArgs(action: Output<Either<String, Action>>, alwaysRun: Output<Boolean>? = null, applyUpdateBefore: Output<Boolean>? = null, content: Output<String>, contentType: Output<Either<String, ContentType>>, enrollIntuneBefore: Output<Boolean>? = null, install1PAppBefore: Output<Boolean>? = null, maxRunTime: Output<Int>? = null, name: Output<String>, postUpgrade: Output<Boolean>? = null, preUpgrade: Output<Boolean>? = null, restartAfter: Output<Boolean>? = null, runAsInteractive: Output<Boolean>? = null, runElevated: Output<Boolean>? = null)