WebJobInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. appservice. fluent. models. WebJobInner
- com.
- com.
public final class WebJobInner
extends ProxyResource
Web Job Information.
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 |
kind()
Get the kind property: Kind of 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. |
|
System |
systemData()
Get the system |
|
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 |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
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:
kind
public String kind()
Get the kind property: Kind of resource.
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<String,Object> settings()
Get the settings property: Job settings.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
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.
webJobType
public WebJobType webJobType()
Get the webJobType property: Job type.
Returns: