RegistryTaskFileStep

data class RegistryTaskFileStep(val contextAccessToken: String? = null, val contextPath: String? = null, val secretValues: Map<String, String>? = null, val taskFilePath: String, val valueFilePath: String? = null, val values: Map<String, String>? = null)

Constructors

Link copied to clipboard
constructor(contextAccessToken: String? = null, contextPath: String? = null, secretValues: Map<String, String>? = null, taskFilePath: String, valueFilePath: String? = null, values: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

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
val contextPath: String? = null

The URL (absolute or relative) of the source context for this step.

Link copied to clipboard
val secretValues: Map<String, String>? = null

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
val valueFilePath: String? = null

The parameters file path relative to the source context.

Link copied to clipboard
val values: Map<String, String>? = null

Specifies a map of values that can be passed when running a task.