TriggeredWebJobInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. appservice. fluent. models. TriggeredWebJobInner
- com.
- com.
public final class TriggeredWebJobInner
extends ProxyResource
Triggered 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
Triggered |
fromJson(JsonReader jsonReader)
Reads an instance of Triggered |
| String |
historyUrl()
Get the history |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
kind()
Get the kind property: Kind of resource. |
|
Triggered |
latestRun()
Get the latest |
| String |
name()
Get the name property: The name of the resource. |
| String |
publicNetworkAccess()
Get the public |
| String |
runCommand()
Get the run |
| String |
schedulerLogsUrl()
Get the scheduler |
| Map<String,Object> |
settings()
Get the settings property: Job settings. |
| Boolean |
storageAccountRequired()
Get the storage |
|
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 TriggeredWebJobInner fromJson(JsonReader jsonReader)
Reads an instance of TriggeredWebJobInner from the JsonReader.
Parameters:
Returns:
Throws:
historyUrl
public String historyUrl()
Get the historyUrl property: History URL.
Returns:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
TriggeredWebJobInner.id()Returns:
kind
public String kind()
Get the kind property: Kind of resource.
Returns:
latestRun
public TriggeredJobRun latestRun()
Get the latestRun property: Latest job run information.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
TriggeredWebJobInner.name()Returns:
publicNetworkAccess
public String publicNetworkAccess()
Get the publicNetworkAccess property: Property to allow or block all public traffic. Allowed Values: 'Enabled', 'Disabled' or an empty string.
Returns:
runCommand
public String runCommand()
Get the runCommand property: Run command.
Returns:
schedulerLogsUrl
public String schedulerLogsUrl()
Get the schedulerLogsUrl property: Scheduler Logs URL.
Returns:
settings
public Map<String,Object> settings()
Get the settings property: Job settings.
Returns:
storageAccountRequired
public Boolean storageAccountRequired()
Get the storageAccountRequired property: Checks if Customer provided storage account is required.
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:
TriggeredWebJobInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
TriggeredWebJobInner.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: