Class TriggeredJobHistoryInner
- java.lang.Object
-
- com.azure.core.management.ProxyResource
-
- com.azure.resourcemanager.appservice.models.ProxyOnlyResource
-
- com.azure.resourcemanager.appservice.fluent.models.TriggeredJobHistoryInner
-
public final class TriggeredJobHistoryInner extends ProxyOnlyResource
Triggered Web Job History. List of Triggered Web Job Run Information elements.
-
-
Constructor Summary
Constructors Constructor Description TriggeredJobHistoryInner()
-
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.TriggeredJobHistoryInnerwithKind(String kind)Set the kind property: Kind of resource.TriggeredJobHistoryInnerwithRuns(List<TriggeredJobRun> runs)Set the runs property: List of triggered web job runs.-
Methods inherited from class com.azure.resourcemanager.appservice.models.ProxyOnlyResource
kind
-
-
-
-
Method Detail
-
withKind
public TriggeredJobHistoryInner withKind(String kind)
Set the kind property: Kind of resource.- Overrides:
withKindin classProxyOnlyResource- Parameters:
kind- the kind value to set.- Returns:
- the ProxyOnlyResource object itself.
-
runs
public List<TriggeredJobRun> runs()
Get the runs property: List of triggered web job runs.- Returns:
- the runs value.
-
withRuns
public TriggeredJobHistoryInner withRuns(List<TriggeredJobRun> runs)
Set the runs property: List of triggered web job runs.- Parameters:
runs- the runs value to set.- Returns:
- the TriggeredJobHistoryInner object itself.
-
validate
public void validate()
Validates the instance.- Overrides:
validatein classProxyOnlyResource- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-