File Task Run Request Args
data class FileTaskRunRequestArgs(val agentConfiguration: Output<AgentPropertiesArgs>? = null, val agentPoolName: Output<String>? = null, val credentials: Output<CredentialsArgs>? = null, val isArchiveEnabled: Output<Boolean>? = null, val logTemplate: Output<String>? = null, val platform: Output<PlatformPropertiesArgs>, val sourceLocation: Output<String>? = null, val taskFilePath: Output<String>, val timeout: Output<Int>? = null, val type: Output<String>, val values: Output<List<SetValueArgs>>? = null, val valuesFilePath: Output<String>? = null) : ConvertibleToJava<FileTaskRunRequestArgs>
The request parameters for a scheduling run against a task file.
Constructors
Link copied to clipboard
fun FileTaskRunRequestArgs(agentConfiguration: Output<AgentPropertiesArgs>? = null, agentPoolName: Output<String>? = null, credentials: Output<CredentialsArgs>? = null, isArchiveEnabled: Output<Boolean>? = null, logTemplate: Output<String>? = null, platform: Output<PlatformPropertiesArgs>, sourceLocation: Output<String>? = null, taskFilePath: Output<String>, timeout: Output<Int>? = null, type: Output<String>, values: Output<List<SetValueArgs>>? = null, valuesFilePath: Output<String>? = null)