public class WebJobInner extends ProxyOnlyResource
| Constructor and Description |
|---|
WebJobInner() |
| 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.
|
WebJobInner |
withError(String error)
Set the error property: Error information.
|
WebJobInner |
withExtraInfoUrl(String extraInfoUrl)
Set the extraInfoUrl property: Extra Info URL.
|
WebJobInner |
withKind(String kind)
Set the kind property: Kind of resource.
|
WebJobInner |
withRunCommand(String runCommand)
Set the runCommand property: Run command.
|
WebJobInner |
withSettings(Map<String,Object> settings)
Set the settings property: Job settings.
|
WebJobInner |
withUrl(String url)
Set the url property: Job URL.
|
WebJobInner |
withUsingSdk(Boolean usingSdk)
Set the usingSdk property: Using SDK?.
|
WebJobInner |
withWebJobType(WebJobType webJobType)
Set the webJobType property: Job type.
|
kindpublic String runCommand()
public WebJobInner withRunCommand(String runCommand)
runCommand - the runCommand value to set.public String url()
public WebJobInner withUrl(String url)
url - the url value to set.public String extraInfoUrl()
public WebJobInner withExtraInfoUrl(String extraInfoUrl)
extraInfoUrl - the extraInfoUrl value to set.public WebJobType webJobType()
public WebJobInner withWebJobType(WebJobType webJobType)
webJobType - the webJobType value to set.public String error()
public WebJobInner withError(String error)
error - the error value to set.public Boolean usingSdk()
public WebJobInner withUsingSdk(Boolean usingSdk)
usingSdk - the usingSdk value to set.public Map<String,Object> settings()
public WebJobInner withSettings(Map<String,Object> settings)
settings - the settings value to set.public WebJobInner 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.