Interface WebApp.UpdateStages
-
- Enclosing interface:
- WebApp
public static interface WebApp.UpdateStagesGrouping of all the web app update stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceWebApp.UpdateStages.WithAppServicePlanA web app update allowing app service plan to be set.static interfaceWebApp.UpdateStages.WithContainerImageA web app update allowing container image source to be specified.static interfaceWebApp.UpdateStages.WithCredentialsA web app update allowing docker hub credentials to be set.static interfaceWebApp.UpdateStages.WithLinuxAppImageA web app update allowing built-in container image on Linux operating system to be specified.static interfaceWebApp.UpdateStages.WithStartUpCommandA web app update allowing docker startup command to be specified.static interfaceWebApp.UpdateStages.WithWindowsRuntimeStackA web app update allowing runtime stack on Windows operating system to be specified.
-