Class FileTaskStepUpdateParameters

java.lang.Object
com.microsoft.azure.management.containerregistry.TaskStepUpdateParameters
com.microsoft.azure.management.containerregistry.FileTaskStepUpdateParameters

public class FileTaskStepUpdateParameters extends TaskStepUpdateParameters
The properties of updating a task step.
  • Constructor Details

    • FileTaskStepUpdateParameters

      public FileTaskStepUpdateParameters()
  • Method Details

    • taskFilePath

      public String taskFilePath()
      Get the task template/definition file path relative to the source context.
      Returns:
      the taskFilePath value
    • withTaskFilePath

      public FileTaskStepUpdateParameters withTaskFilePath(String taskFilePath)
      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

      public String valuesFilePath()
      Get the values/parameters file path relative to the source context.
      Returns:
      the valuesFilePath value
    • withValuesFilePath

      public FileTaskStepUpdateParameters withValuesFilePath(String valuesFilePath)
      Set the values/parameters file path relative to the source context.
      Parameters:
      valuesFilePath - the valuesFilePath value to set
      Returns:
      the FileTaskStepUpdateParameters object itself.
    • values

      public List<SetValue> values()
      Get the collection of overridable values that can be passed when running a task.
      Returns:
      the values value
    • withValues

      public FileTaskStepUpdateParameters withValues(List<SetValue> values)
      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.