PoolStartTaskArgs

constructor(commandLine: Output<String>, commonEnvironmentProperties: Output<Map<String, String>>? = null, containers: Output<List<PoolStartTaskContainerArgs>>? = null, resourceFiles: Output<List<PoolStartTaskResourceFileArgs>>? = null, taskRetryMaximum: Output<Int>? = null, userIdentity: Output<PoolStartTaskUserIdentityArgs>, waitForSuccess: Output<Boolean>? = null)