Class TriggeredJobHistoryProperties
java.lang.Object
com.azure.resourcemanager.appservice.fluent.models.TriggeredJobHistoryProperties
TriggeredJobHistory resource specific properties.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of TriggeredJobHistoryProperties class. -
Method Summary
Modifier and TypeMethodDescriptionruns()Get the runs property: List of triggered web job runs.voidvalidate()Validates the instance.withRuns(List<TriggeredJobRun> runs) Set the runs property: List of triggered web job runs.
-
Constructor Details
-
TriggeredJobHistoryProperties
public TriggeredJobHistoryProperties()Creates an instance of TriggeredJobHistoryProperties class.
-
-
Method Details
-
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.
-