TriggeredJobRun Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. TriggeredJobRun
- com.
Implements
public final class TriggeredJobRun
implements JsonSerializable<TriggeredJobRun>
Triggered Web Job Run Information.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
duration()
Get the duration property: Job duration. |
|
Offset |
endTime()
Get the end |
| String |
errorUrl()
Get the error |
|
static
Triggered |
fromJson(JsonReader jsonReader)
Reads an instance of Triggered |
| String |
jobName()
Get the job |
| String |
outputUrl()
Get the output |
|
Offset |
startTime()
Get the start |
|
Triggered |
status()
Get the status property: Job status. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
trigger()
Get the trigger property: Job trigger. |
| String |
url()
Get the url property: Job URL. |
| void |
validate()
Validates the instance. |
| String |
webJobId()
Get the web |
| String |
webJobName()
Get the web |
Methods inherited from java.lang.Object
Method Details
duration
public String duration()
Get the duration property: Job duration.
Returns:
endTime
public OffsetDateTime endTime()
Get the endTime property: End time.
Returns:
errorUrl
public String errorUrl()
Get the errorUrl property: Error URL.
Returns:
fromJson
public static TriggeredJobRun fromJson(JsonReader jsonReader)
Reads an instance of TriggeredJobRun from the JsonReader.
Parameters:
Returns:
Throws:
jobName
public String jobName()
Get the jobName property: Job name.
Returns:
outputUrl
public String outputUrl()
Get the outputUrl property: Output URL.
Returns:
startTime
public OffsetDateTime startTime()
Get the startTime property: Start time.
Returns:
status
public TriggeredWebJobStatus status()
Get the status property: Job status.
Returns:
toJson
trigger
public String trigger()
Get the trigger property: Job trigger.
Returns:
url
public String url()
Get the url property: Job URL.
Returns:
validate
public void validate()
Validates the instance.
webJobId
public String webJobId()
Get the webJobId property: Job ID.
Returns:
webJobName
public String webJobName()
Get the webJobName property: Job name.
Returns: