public final class TriggeredJobHistoryProperties extends Object
| Constructor and Description |
|---|
TriggeredJobHistoryProperties() |
| Modifier and Type | Method and Description |
|---|---|
List<TriggeredJobRun> |
runs()
Get the runs property: List of triggered web job runs.
|
void |
validate()
Validates the instance.
|
TriggeredJobHistoryProperties |
withRuns(List<TriggeredJobRun> runs)
Set the runs property: List of triggered web job runs.
|
public List<TriggeredJobRun> runs()
public TriggeredJobHistoryProperties withRuns(List<TriggeredJobRun> runs)
runs - the runs value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.