Class TriggeredJobHistoryProperties

java.lang.Object
com.azure.resourcemanager.appservice.fluent.models.TriggeredJobHistoryProperties

public final class TriggeredJobHistoryProperties extends Object
TriggeredJobHistory resource specific properties.
  • Constructor Details

    • TriggeredJobHistoryProperties

      public TriggeredJobHistoryProperties()
  • Method Details

    • runs

      public List<TriggeredJobRun> runs()
      Get the runs property: List of triggered web job runs.
      Returns:
      the runs value.
    • withRuns

      Set the runs property: List of triggered web job runs.
      Parameters:
      runs - the runs value to set.
      Returns:
      the TriggeredJobHistoryProperties object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.