public final class ContinuousWebJobInner extends ProxyOnlyResource
| Constructor and Description |
|---|
ContinuousWebJobInner() |
| 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.
|
ContinuousWebJobInner |
withDetailedStatus(String detailedStatus)
Set the detailedStatus property: Detailed status.
|
ContinuousWebJobInner |
withError(String error)
Set the error property: Error information.
|
ContinuousWebJobInner |
withExtraInfoUrl(String extraInfoUrl)
Set the extraInfoUrl property: Extra Info URL.
|
ContinuousWebJobInner |
withKind(String kind)
Set the kind property: Kind of resource.
|
ContinuousWebJobInner |
withLogUrl(String logUrl)
Set the logUrl property: Log URL.
|
ContinuousWebJobInner |
withRunCommand(String runCommand)
Set the runCommand property: Run command.
|
ContinuousWebJobInner |
withSettings(Map<String,Object> settings)
Set the settings property: Job settings.
|
ContinuousWebJobInner |
withStatus(ContinuousWebJobStatus status)
Set the status property: Job status.
|
ContinuousWebJobInner |
withUrl(String url)
Set the url property: Job URL.
|
ContinuousWebJobInner |
withUsingSdk(Boolean usingSdk)
Set the usingSdk property: Using SDK?.
|
ContinuousWebJobInner |
withWebJobType(WebJobType webJobType)
Set the webJobType property: Job type.
|
kindpublic ContinuousWebJobInner withKind(String kind)
withKind in class ProxyOnlyResourcekind - the kind value to set.public ContinuousWebJobStatus status()
public ContinuousWebJobInner withStatus(ContinuousWebJobStatus status)
status - the status value to set.public String detailedStatus()
public ContinuousWebJobInner withDetailedStatus(String detailedStatus)
detailedStatus - the detailedStatus value to set.public String logUrl()
public ContinuousWebJobInner withLogUrl(String logUrl)
logUrl - the logUrl value to set.public String runCommand()
public ContinuousWebJobInner withRunCommand(String runCommand)
runCommand - the runCommand value to set.public String url()
public ContinuousWebJobInner withUrl(String url)
url - the url value to set.public String extraInfoUrl()
public ContinuousWebJobInner withExtraInfoUrl(String extraInfoUrl)
extraInfoUrl - the extraInfoUrl value to set.public WebJobType webJobType()
public ContinuousWebJobInner withWebJobType(WebJobType webJobType)
webJobType - the webJobType value to set.public String error()
public ContinuousWebJobInner withError(String error)
error - the error value to set.public Boolean usingSdk()
public ContinuousWebJobInner withUsingSdk(Boolean usingSdk)
usingSdk - the usingSdk value to set.public Map<String,Object> settings()
public ContinuousWebJobInner withSettings(Map<String,Object> settings)
settings - the settings value to set.public void validate()
validate in class ProxyOnlyResourceIllegalArgumentException - 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.