Class TriggeredJobHistoryProperties
- java.lang.Object
-
- com.azure.resourcemanager.appservice.fluent.models.TriggeredJobHistoryProperties
-
public final class TriggeredJobHistoryProperties extends Object
TriggeredJobHistory resource specific properties.
-
-
Constructor Summary
Constructors Constructor Description TriggeredJobHistoryProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<TriggeredJobRun>runs()Get the runs property: List of triggered web job runs.voidvalidate()Validates the instance.TriggeredJobHistoryPropertieswithRuns(List<TriggeredJobRun> runs)Set the runs property: List of triggered web job runs.
-
-
-
Method Detail
-
runs
public List<TriggeredJobRun> runs()
Get the runs property: List of triggered web job runs.- Returns:
- the runs value.
-
withRuns
public TriggeredJobHistoryProperties withRuns(List<TriggeredJobRun> runs)
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.
-
-