File Task Step Args
data class FileTaskStepArgs(val contextAccessToken: Output<String>? = null, val contextPath: Output<String>? = null, val taskFilePath: Output<String>, val type: Output<String>, val values: Output<List<SetValueArgs>>? = null, val valuesFilePath: Output<String>? = null) : ConvertibleToJava<FileTaskStepArgs>
The properties of a task step.
Properties
Link copied to clipboard
The token (git PAT or SAS token of storage account blob) associated with the context for a step.
Link copied to clipboard
The URL(absolute or relative) of the source context for the task step.
Link copied to clipboard
The task template/definition file path relative to the source context.
Link copied to clipboard
The collection of overridable values that can be passed when running a task.
Link copied to clipboard
The task values/parameters file path relative to the source context.