| 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 |
|---|---|
ContinuousWebJobInner |
WebAppsClient.getContinuousWebJob(String resourceGroupName,
String name,
String webJobName)
Description for Gets a continuous web job by its ID for an app, or a deployment slot.
|
ContinuousWebJobInner |
WebAppsClient.getContinuousWebJobSlot(String resourceGroupName,
String name,
String webJobName,
String slot)
Description for Gets a continuous web job by its ID for an app, or a deployment slot.
|
| Modifier and Type | Method and Description |
|---|---|
ContinuousWebJobInner |
ContinuousWebJobInner.withDetailedStatus(String detailedStatus)
Set the detailedStatus property: Detailed status.
|
ContinuousWebJobInner |
ContinuousWebJobInner.withError(String error)
Set the error property: Error information.
|
ContinuousWebJobInner |
ContinuousWebJobInner.withExtraInfoUrl(String extraInfoUrl)
Set the extraInfoUrl property: Extra Info URL.
|
ContinuousWebJobInner |
ContinuousWebJobInner.withKind(String kind)
Set the kind property: Kind of resource.
|
ContinuousWebJobInner |
ContinuousWebJobInner.withLogUrl(String logUrl)
Set the logUrl property: Log URL.
|
ContinuousWebJobInner |
ContinuousWebJobInner.withRunCommand(String runCommand)
Set the runCommand property: Run command.
|
ContinuousWebJobInner |
ContinuousWebJobInner.withSettings(Map<String,Object> settings)
Set the settings property: Job settings.
|
ContinuousWebJobInner |
ContinuousWebJobInner.withStatus(ContinuousWebJobStatus status)
Set the status property: Job status.
|
ContinuousWebJobInner |
ContinuousWebJobInner.withUrl(String url)
Set the url property: Job URL.
|
ContinuousWebJobInner |
ContinuousWebJobInner.withUsingSdk(Boolean usingSdk)
Set the usingSdk property: Using SDK?.
|
ContinuousWebJobInner |
ContinuousWebJobInner.withWebJobType(WebJobType webJobType)
Set the webJobType property: Job type.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.