public static interface WebApp.UpdateStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
WebApp.UpdateStages.WithAppServicePlan
A web app update allowing app service plan to be set.
|
static interface |
WebApp.UpdateStages.WithContainerImage
A web app update allowing container image source to be specified.
|
static interface |
WebApp.UpdateStages.WithCredentials
A web app update allowing docker hub credentials to be set.
|
static interface |
WebApp.UpdateStages.WithLinuxAppImage
A web app update allowing built-in container image on Linux operating system to be specified.
|
static interface |
WebApp.UpdateStages.WithStartUpCommand
A web app update allowing docker startup command to be specified.
|
static interface |
WebApp.UpdateStages.WithWindowsRuntimeStack
A web app update allowing runtime stack on Windows operating system to be specified.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.