Task Run Request Args
data class TaskRunRequestArgs(val agentPoolName: Output<String>? = null, val isArchiveEnabled: Output<Boolean>? = null, val logTemplate: Output<String>? = null, val overrideTaskStepProperties: Output<OverrideTaskStepPropertiesArgs>? = null, val taskId: Output<String>, val type: Output<String>) : ConvertibleToJava<TaskRunRequestArgs>
The parameters for a task run request.
Properties
Link copied to clipboard
The dedicated agent pool for the run.
Link copied to clipboard
The value that indicates whether archiving is enabled for the run or not.
Link copied to clipboard
The template that describes the repository and tag information for run log artifact.
Link copied to clipboard
Set of overridable parameters that can be passed when running a Task.