FileTaskStepUpdateParameters |
FileTaskStepUpdateParameters.withContextAccessToken(String contextAccessToken) |
Set the contextAccessToken property: The token (git PAT or SAS token of storage account blob) associated with the
context for a step.
|
FileTaskStepUpdateParameters |
FileTaskStepUpdateParameters.withContextPath(String contextPath) |
Set the contextPath property: The URL(absolute or relative) of the source context for the task step.
|
FileTaskStepUpdateParameters |
FileTaskStepUpdateParameters.withTaskFilePath(String taskFilePath) |
Set the taskFilePath property: The task template/definition file path relative to the source context.
|
FileTaskStepUpdateParameters |
FileTaskStepUpdateParameters.withValues(List<SetValue> values) |
Set the values property: The collection of overridable values that can be passed when running a task.
|
FileTaskStepUpdateParameters |
FileTaskStepUpdateParameters.withValuesFilePath(String valuesFilePath) |
Set the valuesFilePath property: The values/parameters file path relative to the source context.
|