java.lang.Object
com.microsoft.azure.management.containerregistry.RunRequest
Direct Known Subclasses:
DockerBuildRequest, EncodedTaskRunRequest, FileTaskRunRequest, TaskRunRequest

public class RunRequest extends Object
The request parameters for scheduling a run.
  • Constructor Details

    • RunRequest

      public RunRequest()
  • Method Details

    • isArchiveEnabled

      public Boolean isArchiveEnabled()
      Get the value that indicates whether archiving is enabled for the run or not.
      Returns:
      the isArchiveEnabled value
    • withIsArchiveEnabled

      public RunRequest withIsArchiveEnabled(Boolean isArchiveEnabled)
      Set the value that indicates whether archiving is enabled for the run or not.
      Parameters:
      isArchiveEnabled - the isArchiveEnabled value to set
      Returns:
      the RunRequest object itself.