| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent |
Package containing the service clients for WebSiteManagementClient.
|
| com.azure.resourcemanager.appservice.fluent.models |
Package containing the inner data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
TriggeredWebJobInner |
WebAppsClient.getTriggeredWebJob(String resourceGroupName,
String name,
String webJobName)
Description for Gets a triggered web job by its ID for an app, or a deployment slot.
|
TriggeredWebJobInner |
WebAppsClient.getTriggeredWebJobSlot(String resourceGroupName,
String name,
String webJobName,
String slot)
Description for Gets a triggered web job by its ID for an app, or a deployment slot.
|
| Modifier and Type | Method and Description |
|---|---|
TriggeredWebJobInner |
TriggeredWebJobInner.withError(String error)
Set the error property: Error information.
|
TriggeredWebJobInner |
TriggeredWebJobInner.withExtraInfoUrl(String extraInfoUrl)
Set the extraInfoUrl property: Extra Info URL.
|
TriggeredWebJobInner |
TriggeredWebJobInner.withHistoryUrl(String historyUrl)
Set the historyUrl property: History URL.
|
TriggeredWebJobInner |
TriggeredWebJobInner.withKind(String kind)
Set the kind property: Kind of resource.
|
TriggeredWebJobInner |
TriggeredWebJobInner.withLatestRun(TriggeredJobRun latestRun)
Set the latestRun property: Latest job run information.
|
TriggeredWebJobInner |
TriggeredWebJobInner.withRunCommand(String runCommand)
Set the runCommand property: Run command.
|
TriggeredWebJobInner |
TriggeredWebJobInner.withSchedulerLogsUrl(String schedulerLogsUrl)
Set the schedulerLogsUrl property: Scheduler Logs URL.
|
TriggeredWebJobInner |
TriggeredWebJobInner.withSettings(Map<String,Object> settings)
Set the settings property: Job settings.
|
TriggeredWebJobInner |
TriggeredWebJobInner.withUrl(String url)
Set the url property: Job URL.
|
TriggeredWebJobInner |
TriggeredWebJobInner.withUsingSdk(Boolean usingSdk)
Set the usingSdk property: Using SDK?.
|
TriggeredWebJobInner |
TriggeredWebJobInner.withWebJobType(WebJobType webJobType)
Set the webJobType property: Job type.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.