public final class WebJobProperties extends Object
| Constructor and Description |
|---|
WebJobProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
error()
Get the error property: Error information.
|
String |
extraInfoUrl()
Get the extraInfoUrl property: Extra Info URL.
|
String |
runCommand()
Get the runCommand property: Run command.
|
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.
|
WebJobProperties |
withError(String error)
Set the error property: Error information.
|
WebJobProperties |
withExtraInfoUrl(String extraInfoUrl)
Set the extraInfoUrl property: Extra Info URL.
|
WebJobProperties |
withRunCommand(String runCommand)
Set the runCommand property: Run command.
|
WebJobProperties |
withSettings(Map<String,Object> settings)
Set the settings property: Job settings.
|
WebJobProperties |
withUrl(String url)
Set the url property: Job URL.
|
WebJobProperties |
withUsingSdk(Boolean usingSdk)
Set the usingSdk property: Using SDK?.
|
WebJobProperties |
withWebJobType(WebJobType webJobType)
Set the webJobType property: Job type.
|
public String runCommand()
public WebJobProperties withRunCommand(String runCommand)
runCommand - the runCommand value to set.public String url()
public WebJobProperties withUrl(String url)
url - the url value to set.public String extraInfoUrl()
public WebJobProperties withExtraInfoUrl(String extraInfoUrl)
extraInfoUrl - the extraInfoUrl value to set.public WebJobType webJobType()
public WebJobProperties withWebJobType(WebJobType webJobType)
webJobType - the webJobType value to set.public String error()
public WebJobProperties withError(String error)
error - the error value to set.public Boolean usingSdk()
public WebJobProperties withUsingSdk(Boolean usingSdk)
usingSdk - the usingSdk value to set.public Map<String,Object> settings()
public WebJobProperties withSettings(Map<String,Object> settings)
settings - the settings value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.