public class TriggeredWebJobInner extends ProxyOnlyResource
| Constructor and Description |
|---|
TriggeredWebJobInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
error()
Get the error property: Error information.
|
String |
extraInfoUrl()
Get the extraInfoUrl property: Extra Info URL.
|
String |
historyUrl()
Get the historyUrl property: History URL.
|
TriggeredJobRun |
latestRun()
Get the latestRun property: Latest job run information.
|
String |
runCommand()
Get the runCommand property: Run command.
|
String |
schedulerLogsUrl()
Get the schedulerLogsUrl property: Scheduler Logs URL.
|
Map<String,Object> |
settings()
Get the settings property: Job settings.
|
String |
url()
Get the url property: Job URL.
|
Boolean |
usingSdk()
Get the usingSdk property: Using SDK?.
|
void |
validate()
Validates the instance.
|
WebJobType |
webJobType()
Get the webJobType property: Job type.
|
TriggeredWebJobInner |
withError(String error)
Set the error property: Error information.
|
TriggeredWebJobInner |
withExtraInfoUrl(String extraInfoUrl)
Set the extraInfoUrl property: Extra Info URL.
|
TriggeredWebJobInner |
withHistoryUrl(String historyUrl)
Set the historyUrl property: History URL.
|
TriggeredWebJobInner |
withKind(String kind)
Set the kind property: Kind of resource.
|
TriggeredWebJobInner |
withLatestRun(TriggeredJobRun latestRun)
Set the latestRun property: Latest job run information.
|
TriggeredWebJobInner |
withRunCommand(String runCommand)
Set the runCommand property: Run command.
|
TriggeredWebJobInner |
withSchedulerLogsUrl(String schedulerLogsUrl)
Set the schedulerLogsUrl property: Scheduler Logs URL.
|
TriggeredWebJobInner |
withSettings(Map<String,Object> settings)
Set the settings property: Job settings.
|
TriggeredWebJobInner |
withUrl(String url)
Set the url property: Job URL.
|
TriggeredWebJobInner |
withUsingSdk(Boolean usingSdk)
Set the usingSdk property: Using SDK?.
|
TriggeredWebJobInner |
withWebJobType(WebJobType webJobType)
Set the webJobType property: Job type.
|
kindpublic TriggeredJobRun latestRun()
public TriggeredWebJobInner withLatestRun(TriggeredJobRun latestRun)
latestRun - the latestRun value to set.public String historyUrl()
public TriggeredWebJobInner withHistoryUrl(String historyUrl)
historyUrl - the historyUrl value to set.public String schedulerLogsUrl()
public TriggeredWebJobInner withSchedulerLogsUrl(String schedulerLogsUrl)
schedulerLogsUrl - the schedulerLogsUrl value to set.public String runCommand()
public TriggeredWebJobInner withRunCommand(String runCommand)
runCommand - the runCommand value to set.public String url()
public TriggeredWebJobInner withUrl(String url)
url - the url value to set.public String extraInfoUrl()
public TriggeredWebJobInner withExtraInfoUrl(String extraInfoUrl)
extraInfoUrl - the extraInfoUrl value to set.public WebJobType webJobType()
public TriggeredWebJobInner withWebJobType(WebJobType webJobType)
webJobType - the webJobType value to set.public String error()
public TriggeredWebJobInner withError(String error)
error - the error value to set.public Boolean usingSdk()
public TriggeredWebJobInner withUsingSdk(Boolean usingSdk)
usingSdk - the usingSdk value to set.public Map<String,Object> settings()
public TriggeredWebJobInner withSettings(Map<String,Object> settings)
settings - the settings value to set.public TriggeredWebJobInner 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.