| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
WebApp.UpdateStages.WithStartUpCommand
A web app update allowing docker startup command to be specified.
|
| Modifier and Type | Method and Description |
|---|---|
WebApp.Update |
WebApp.UpdateStages.WithLinuxAppImage.withBuiltInImage(RuntimeStack runtimeStack)
Specifies the docker container image to be a built in one.
|
WebApp.Update |
WebApp.UpdateStages.WithAppServicePlan.withExistingAppServicePlan(AppServicePlan appServicePlan)
Uses an existing app service plan for the web app.
|
WebApp.Update |
WebApp.UpdateStages.WithAppServicePlan.withNewAppServicePlan(Creatable<AppServicePlan> appServicePlanCreatable)
Creates a new app service plan to use.
|
WebApp.Update |
WebApp.UpdateStages.WithAppServicePlan.withNewAppServicePlan(PricingTier pricingTier)
Creates a new app service plan to use.
|
WebApp.Update |
WebApp.UpdateStages.WithAppServicePlan.withNewAppServicePlan(String appServicePlanName,
PricingTier pricingTier)
Creates a new app service plan to use.
|
WebApp.Update |
WebApp.UpdateStages.WithAppServicePlan.withNewFreeAppServicePlan()
Creates a new free app service plan.
|
WebApp.Update |
WebApp.UpdateStages.WithAppServicePlan.withNewSharedAppServicePlan()
Creates a new shared app service plan.
|
WebApp.Update |
WebApp.UpdateStages.WithWindowsRuntimeStack.withRuntimeStack(WebAppRuntimeStack runtimeStack)
Specifies the runtime stack for the web app on Windows operating system.
|
WebApp.Update |
WebApp.UpdateStages.WithStartUpCommand.withStartUpCommand(String startUpCommand)
Specifies the startup command.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.