Condividi tramite


TriggeredJobRun Class

  • java.lang.Object
    • com.azure.resourcemanager.appservice.models.TriggeredJobRun

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.

OffsetDateTime endTime()

Get the endTime property: End time.

String errorUrl()

Get the errorUrl property: Error URL.

static TriggeredJobRun fromJson(JsonReader jsonReader)

Reads an instance of TriggeredJobRun from the JsonReader.

String jobName()

Get the jobName property: Job name.

String outputUrl()

Get the outputUrl property: Output URL.

OffsetDateTime startTime()

Get the startTime property: Start time.

TriggeredWebJobStatus status()

Get the status property: Job status.

JsonWriter 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 webJobId property: Job ID.

String webJobName()

Get the webJobName property: Job name.

Methods inherited from java.lang.Object

Method Details

duration

public String duration()

Get the duration property: Job duration.

Returns:

the duration value.

endTime

public OffsetDateTime endTime()

Get the endTime property: End time.

Returns:

the endTime value.

errorUrl

public String errorUrl()

Get the errorUrl property: Error URL.

Returns:

the errorUrl value.

fromJson

public static TriggeredJobRun fromJson(JsonReader jsonReader)

Reads an instance of TriggeredJobRun from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of TriggeredJobRun if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the TriggeredJobRun.

jobName

public String jobName()

Get the jobName property: Job name.

Returns:

the jobName value.

outputUrl

public String outputUrl()

Get the outputUrl property: Output URL.

Returns:

the outputUrl value.

startTime

public OffsetDateTime startTime()

Get the startTime property: Start time.

Returns:

the startTime value.

status

public TriggeredWebJobStatus status()

Get the status property: Job status.

Returns:

the status value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

trigger

public String trigger()

Get the trigger property: Job trigger.

Returns:

the trigger value.

url

public String url()

Get the url property: Job URL.

Returns:

the url value.

validate

public void validate()

Validates the instance.

webJobId

public String webJobId()

Get the webJobId property: Job ID.

Returns:

the webJobId value.

webJobName

public String webJobName()

Get the webJobName property: Job name.

Returns:

the webJobName value.

Applies to