public final class ContinuousWebJobProperties extends Object
| Constructor and Description |
|---|
ContinuousWebJobProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
detailedStatus()
Get the detailedStatus property: Detailed status.
|
String |
error()
Get the error property: Error information.
|
String |
extraInfoUrl()
Get the extraInfoUrl property: Extra Info URL.
|
String |
logUrl()
Get the logUrl property: Log URL.
|
String |
runCommand()
Get the runCommand property: Run command.
|
Map<String,Object> |
settings()
Get the settings property: Job settings.
|
ContinuousWebJobStatus |
status()
Get the status property: Job status.
|
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.
|
ContinuousWebJobProperties |
withDetailedStatus(String detailedStatus)
Set the detailedStatus property: Detailed status.
|
ContinuousWebJobProperties |
withError(String error)
Set the error property: Error information.
|
ContinuousWebJobProperties |
withExtraInfoUrl(String extraInfoUrl)
Set the extraInfoUrl property: Extra Info URL.
|
ContinuousWebJobProperties |
withLogUrl(String logUrl)
Set the logUrl property: Log URL.
|
ContinuousWebJobProperties |
withRunCommand(String runCommand)
Set the runCommand property: Run command.
|
ContinuousWebJobProperties |
withSettings(Map<String,Object> settings)
Set the settings property: Job settings.
|
ContinuousWebJobProperties |
withStatus(ContinuousWebJobStatus status)
Set the status property: Job status.
|
ContinuousWebJobProperties |
withUrl(String url)
Set the url property: Job URL.
|
ContinuousWebJobProperties |
withUsingSdk(Boolean usingSdk)
Set the usingSdk property: Using SDK?.
|
ContinuousWebJobProperties |
withWebJobType(WebJobType webJobType)
Set the webJobType property: Job type.
|
public ContinuousWebJobStatus status()
public ContinuousWebJobProperties withStatus(ContinuousWebJobStatus status)
status - the status value to set.public String detailedStatus()
public ContinuousWebJobProperties withDetailedStatus(String detailedStatus)
detailedStatus - the detailedStatus value to set.public String logUrl()
public ContinuousWebJobProperties withLogUrl(String logUrl)
logUrl - the logUrl value to set.public String runCommand()
public ContinuousWebJobProperties withRunCommand(String runCommand)
runCommand - the runCommand value to set.public String url()
public ContinuousWebJobProperties withUrl(String url)
url - the url value to set.public String extraInfoUrl()
public ContinuousWebJobProperties withExtraInfoUrl(String extraInfoUrl)
extraInfoUrl - the extraInfoUrl value to set.public WebJobType webJobType()
public ContinuousWebJobProperties withWebJobType(WebJobType webJobType)
webJobType - the webJobType value to set.public String error()
public ContinuousWebJobProperties withError(String error)
error - the error value to set.public Boolean usingSdk()
public ContinuousWebJobProperties withUsingSdk(Boolean usingSdk)
usingSdk - the usingSdk value to set.public Map<String,Object> settings()
public ContinuousWebJobProperties withSettings(Map<String,Object> settings)
settings - the settings value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.