Condividi tramite


TriggeredWebJobInner Class

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 extraInfoUrl property: Extra Info URL.

static TriggeredWebJobInner fromJson(JsonReader jsonReader)

Reads an instance of TriggeredWebJobInner from the JsonReader.

String historyUrl()

Get the historyUrl property: History URL.

String id()

Get the id property: Fully qualified resource Id for the resource.

String kind()

Get the kind property: Kind of resource.

TriggeredJobRun latestRun()

Get the latestRun property: Latest job run information.

String name()

Get the name property: The name of the resource.

String publicNetworkAccess()

Get the publicNetworkAccess property: Property to allow or block all public traffic.

String runCommand()

Get the runCommand property: Run command.

String schedulerLogsUrl()

Get the schedulerLogsUrl property: Scheduler Logs URL.

Map<String,Object> settings()

Get the settings property: Job settings.

Boolean storageAccountRequired()

Get the storageAccountRequired property: Checks if Customer provided storage account is required.

SystemData systemData()

Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

JsonWriter 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 usingSdk property: Using SDK?.

void validate()

Validates the instance.

WebJobType webJobType()

Get the webJobType property: Job type.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Method Details

error

public String error()

Get the error property: Error information.

Returns:

the error value.

extraInfoUrl

public String extraInfoUrl()

Get the extraInfoUrl property: Extra Info URL.

Returns:

the extraInfoUrl value.

fromJson

public static TriggeredWebJobInner fromJson(JsonReader jsonReader)

Reads an instance of TriggeredWebJobInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

historyUrl

public String historyUrl()

Get the historyUrl property: History URL.

Returns:

the historyUrl value.

id

public String id()

Get the id property: Fully qualified resource Id for the resource.

Overrides:

TriggeredWebJobInner.id()

Returns:

the id value.

kind

public String kind()

Get the kind property: Kind of resource.

Returns:

the kind value.

latestRun

public TriggeredJobRun latestRun()

Get the latestRun property: Latest job run information.

Returns:

the latestRun value.

name

public String name()

Get the name property: The name of the resource.

Overrides:

TriggeredWebJobInner.name()

Returns:

the name value.

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:

the publicNetworkAccess value.

runCommand

public String runCommand()

Get the runCommand property: Run command.

Returns:

the runCommand value.

schedulerLogsUrl

public String schedulerLogsUrl()

Get the schedulerLogsUrl property: Scheduler Logs URL.

Returns:

the schedulerLogsUrl value.

settings

public Map<String,Object> settings()

Get the settings property: Job settings.

Returns:

the settings value.

storageAccountRequired

public Boolean storageAccountRequired()

Get the storageAccountRequired property: Checks if Customer provided storage account is required.

Returns:

the storageAccountRequired value.

systemData

public SystemData systemData()

Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

Returns:

the systemData value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

TriggeredWebJobInner.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: The type of the resource.

Overrides:

TriggeredWebJobInner.type()

Returns:

the type value.

url

public String url()

Get the url property: Job URL.

Returns:

the url value.

usingSdk

public Boolean usingSdk()

Get the usingSdk property: Using SDK?.

Returns:

the usingSdk value.

validate

public void validate()

Validates the instance.

webJobType

public WebJobType webJobType()

Get the webJobType property: Job type.

Returns:

the webJobType value.

Applies to