Registry Task File Step Args
data class RegistryTaskFileStepArgs(val contextAccessToken: Output<String>? = null, val contextPath: Output<String>? = null, val secretValues: Output<Map<String, String>>? = null, val taskFilePath: Output<String>, val valueFilePath: Output<String>? = null, val values: Output<Map<String, String>>? = null) : ConvertibleToJava<RegistryTaskFileStepArgs>
Properties
Link copied to clipboard
The token (Git PAT or SAS token of storage account blob) associated with the context for this step.
Link copied to clipboard
The URL (absolute or relative) of the source context for this step.
Link copied to clipboard
Specifies a map of secret values that can be passed when running a task.
Link copied to clipboard
The task template file path relative to the source context.
Link copied to clipboard
The parameters file path relative to the source context.