| 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 |
|---|---|
TriggeredJobHistoryInner |
WebAppsClient.getTriggeredWebJobHistory(String resourceGroupName,
String name,
String webJobName,
String id)
Description for Gets a triggered web job's history by its ID for an app, , or a deployment slot.
|
TriggeredJobHistoryInner |
WebAppsClient.getTriggeredWebJobHistorySlot(String resourceGroupName,
String name,
String webJobName,
String id,
String slot)
Description for Gets a triggered web job's history by its ID for an app, , or a deployment slot.
|
| Modifier and Type | Method and Description |
|---|---|
TriggeredJobHistoryInner |
TriggeredJobHistoryInner.withKind(String kind)
Set the kind property: Kind of resource.
|
TriggeredJobHistoryInner |
TriggeredJobHistoryInner.withRuns(List<TriggeredJobRun> runs)
Set the runs property: List of triggered web job runs.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.