public class TriggeredJobHistoryInner extends ProxyOnlyResource
| Constructor and Description |
|---|
TriggeredJobHistoryInner() |
| Modifier and Type | Method and Description |
|---|---|
List<TriggeredJobRun> |
runs()
Get the runs property: List of triggered web job runs.
|
void |
validate()
Validates the instance.
|
TriggeredJobHistoryInner |
withKind(String kind)
Set the kind property: Kind of resource.
|
TriggeredJobHistoryInner |
withRuns(List<TriggeredJobRun> runs)
Set the runs property: List of triggered web job runs.
|
kindpublic List<TriggeredJobRun> runs()
public TriggeredJobHistoryInner withRuns(List<TriggeredJobRun> runs)
runs - the runs value to set.public TriggeredJobHistoryInner withKind(String kind)
withKind in class ProxyOnlyResourcekind - the kind value to set.public void validate()
validate in class ProxyOnlyResourceIllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.