TriggeredWebJobInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. appservice. models. ProxyOnlyResource - com.
azure. resourcemanager. appservice. fluent. models. TriggeredWebJobInner
- com.
- com.
- com.
public final class TriggeredWebJobInner
extends ProxyOnlyResource
Triggered Web Job Information.
Constructor Summary
Constructor | Description |
---|---|
TriggeredWebJobInner() |
Creates an instance of Triggered |
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. |
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 |
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 |
Triggered |
withError(String error)
Set the error property: Error information. |
Triggered |
withExtraInfoUrl(String extraInfoUrl)
Set the extra |
Triggered |
withHistoryUrl(String historyUrl)
Set the history |
Triggered |
withKind(String kind)
Set the kind property: Kind of resource. |
Triggered |
withLatestRun(TriggeredJobRun latestRun)
Set the latest |
Triggered |
withPublicNetworkAccess(String publicNetworkAccess)
Set the public |
Triggered |
withRunCommand(String runCommand)
Set the run |
Triggered |
withSchedulerLogsUrl(String schedulerLogsUrl)
Set the scheduler |
Triggered |
withSettings(Map<String,Object> settings)
Set the settings property: Job settings. |
Triggered |
withStorageAccountRequired(Boolean storageAccountRequired)
Set the storage |
Triggered |
withUrl(String url)
Set the url property: Job URL. |
Triggered |
withUsingSdk(Boolean usingSdk)
Set the using |
Triggered |
withWebJobType(WebJobType webJobType)
Set the web |
Methods inherited from ProxyOnlyResource
Methods inherited from java.lang.Object
Constructor Details
TriggeredWebJobInner
public TriggeredWebJobInner()
Creates an instance of TriggeredWebJobInner class.
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:
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
Get the settings property: Job settings.
Returns:
storageAccountRequired
public Boolean storageAccountRequired()
Get the storageAccountRequired property: Checks if Customer provided storage account is required.
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.
Overrides:
TriggeredWebJobInner.validate()webJobType
public WebJobType webJobType()
Get the webJobType property: Job type.
Returns:
withError
public TriggeredWebJobInner withError(String error)
Set the error property: Error information.
Parameters:
Returns:
withExtraInfoUrl
public TriggeredWebJobInner withExtraInfoUrl(String extraInfoUrl)
Set the extraInfoUrl property: Extra Info URL.
Parameters:
Returns:
withHistoryUrl
public TriggeredWebJobInner withHistoryUrl(String historyUrl)
Set the historyUrl property: History URL.
Parameters:
Returns:
withKind
public TriggeredWebJobInner withKind(String kind)
Set the kind property: Kind of resource.
Overrides:
TriggeredWebJobInner.withKind(String kind)Parameters:
withLatestRun
public TriggeredWebJobInner withLatestRun(TriggeredJobRun latestRun)
Set the latestRun property: Latest job run information.
Parameters:
Returns:
withPublicNetworkAccess
public TriggeredWebJobInner withPublicNetworkAccess(String publicNetworkAccess)
Set the publicNetworkAccess property: Property to allow or block all public traffic. Allowed Values: 'Enabled', 'Disabled' or an empty string.
Parameters:
Returns:
withRunCommand
public TriggeredWebJobInner withRunCommand(String runCommand)
Set the runCommand property: Run command.
Parameters:
Returns:
withSchedulerLogsUrl
public TriggeredWebJobInner withSchedulerLogsUrl(String schedulerLogsUrl)
Set the schedulerLogsUrl property: Scheduler Logs URL.
Parameters:
Returns:
withSettings
public TriggeredWebJobInner withSettings(Map
Set the settings property: Job settings.
Parameters:
Returns:
withStorageAccountRequired
public TriggeredWebJobInner withStorageAccountRequired(Boolean storageAccountRequired)
Set the storageAccountRequired property: Checks if Customer provided storage account is required.
Parameters:
Returns:
withUrl
public TriggeredWebJobInner withUrl(String url)
Set the url property: Job URL.
Parameters:
Returns:
withUsingSdk
public TriggeredWebJobInner withUsingSdk(Boolean usingSdk)
Set the usingSdk property: Using SDK?.
Parameters:
Returns:
withWebJobType
public TriggeredWebJobInner withWebJobType(WebJobType webJobType)
Set the webJobType property: Job type.
Parameters:
Returns:
Applies to
Azure SDK for Java