WebJobInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. appservice. models. ProxyOnlyResource - com.
azure. resourcemanager. appservice. fluent. models. WebJobInner
- com.
- com.
- com.
public final class WebJobInner
extends ProxyOnlyResource
Web Job Information.
Constructor Summary
Constructor | Description |
---|---|
WebJobInner() |
Creates an instance of Web |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
error()
Get the error property: Error information. |
String |
extraInfoUrl()
Get the extra |
static
Web |
fromJson(JsonReader jsonReader)
Reads an instance of Web |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
String |
name()
Get the name property: The name of the resource. |
String |
runCommand()
Get the run |
Map<String,Object> |
settings()
Get the settings property: Job settings. |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
String |
url()
Get the url property: Job URL. |
Boolean |
usingSdk()
Get the using |
void |
validate()
Validates the instance. |
Web |
webJobType()
Get the web |
Web |
withError(String error)
Set the error property: Error information. |
Web |
withExtraInfoUrl(String extraInfoUrl)
Set the extra |
Web |
withKind(String kind)
Set the kind property: Kind of resource. |
Web |
withRunCommand(String runCommand)
Set the run |
Web |
withSettings(Map<String,Object> settings)
Set the settings property: Job settings. |
Web |
withUrl(String url)
Set the url property: Job URL. |
Web |
withUsingSdk(Boolean usingSdk)
Set the using |
Web |
withWebJobType(WebJobType webJobType)
Set the web |
Methods inherited from ProxyOnlyResource
Methods inherited from java.lang.Object
Constructor Details
WebJobInner
public WebJobInner()
Creates an instance of WebJobInner class.
Method Details
error
public String error()
Get the error property: Error information.
Returns:
extraInfoUrl
public String extraInfoUrl()
Get the extraInfoUrl property: Extra Info URL.
Returns:
fromJson
public static WebJobInner fromJson(JsonReader jsonReader)
Reads an instance of WebJobInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
WebJobInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
WebJobInner.name()Returns:
runCommand
public String runCommand()
Get the runCommand property: Run command.
Returns:
settings
public Map
Get the settings property: Job settings.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
WebJobInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
WebJobInner.type()Returns:
url
public String url()
Get the url property: Job URL.
Returns:
usingSdk
public Boolean usingSdk()
Get the usingSdk property: Using SDK?.
Returns:
validate
public void validate()
Validates the instance.
Overrides:
WebJobInner.validate()webJobType
public WebJobType webJobType()
Get the webJobType property: Job type.
Returns:
withError
public WebJobInner withError(String error)
Set the error property: Error information.
Parameters:
Returns:
withExtraInfoUrl
public WebJobInner withExtraInfoUrl(String extraInfoUrl)
Set the extraInfoUrl property: Extra Info URL.
Parameters:
Returns:
withKind
public WebJobInner withKind(String kind)
Set the kind property: Kind of resource.
Overrides:
WebJobInner.withKind(String kind)Parameters:
withRunCommand
public WebJobInner withRunCommand(String runCommand)
Set the runCommand property: Run command.
Parameters:
Returns:
withSettings
public WebJobInner withSettings(Map
Set the settings property: Job settings.
Parameters:
Returns:
withUrl
public WebJobInner withUrl(String url)
Set the url property: Job URL.
Parameters:
Returns:
withUsingSdk
public WebJobInner withUsingSdk(Boolean usingSdk)
Set the usingSdk property: Using SDK?.
Parameters:
Returns:
withWebJobType
public WebJobInner withWebJobType(WebJobType webJobType)
Set the webJobType property: Job type.
Parameters:
Returns:
Applies to
Azure SDK for Java