Class FileTaskStepUpdateParameters
java.lang.Object
com.microsoft.azure.management.containerregistry.TaskStepUpdateParameters
com.microsoft.azure.management.containerregistry.FileTaskStepUpdateParameters
The properties of updating a task step.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the task template/definition file path relative to the source context.values()
Get the collection of overridable values that can be passed when running a task.Get the values/parameters file path relative to the source context.withTaskFilePath
(String taskFilePath) Set the task template/definition file path relative to the source context.withValues
(List<SetValue> values) Set the collection of overridable values that can be passed when running a task.withValuesFilePath
(String valuesFilePath) Set the values/parameters file path relative to the source context.Methods inherited from class com.microsoft.azure.management.containerregistry.TaskStepUpdateParameters
contextPath, withContextPath
-
Constructor Details
-
FileTaskStepUpdateParameters
public FileTaskStepUpdateParameters()
-
-
Method Details
-
taskFilePath
Get the task template/definition file path relative to the source context.- Returns:
- the taskFilePath value
-
withTaskFilePath
Set the task template/definition file path relative to the source context.- Parameters:
taskFilePath
- the taskFilePath value to set- Returns:
- the FileTaskStepUpdateParameters object itself.
-
valuesFilePath
Get the values/parameters file path relative to the source context.- Returns:
- the valuesFilePath value
-
withValuesFilePath
Set the values/parameters file path relative to the source context.- Parameters:
valuesFilePath
- the valuesFilePath value to set- Returns:
- the FileTaskStepUpdateParameters object itself.
-
values
Get the collection of overridable values that can be passed when running a task.- Returns:
- the values value
-
withValues
Set the collection of overridable values that can be passed when running a task.- Parameters:
values
- the values value to set- Returns:
- the FileTaskStepUpdateParameters object itself.
-