Class TaskStepUpdateParameters

java.lang.Object
com.microsoft.azure.management.containerregistry.TaskStepUpdateParameters
Direct Known Subclasses:
DockerBuildStepUpdateParameters, EncodedTaskStepUpdateParameters, FileTaskStepUpdateParameters

public class TaskStepUpdateParameters extends Object
Base properties for updating any task step.
  • Constructor Details

    • TaskStepUpdateParameters

      public TaskStepUpdateParameters()
  • Method Details

    • contextPath

      public String contextPath()
      Get the URL(absolute or relative) of the source context for the task step.
      Returns:
      the contextPath value
    • withContextPath

      public TaskStepUpdateParameters withContextPath(String contextPath)
      Set the URL(absolute or relative) of the source context for the task step.
      Parameters:
      contextPath - the contextPath value to set
      Returns:
      the TaskStepUpdateParameters object itself.