Interface WebApp.UpdateStages.WithWindowsRuntimeStack
-
- All Known Subinterfaces:
WebApp.Update,WebApp.UpdateStages.WithStartUpCommand
- Enclosing interface:
- WebApp.UpdateStages
public static interface WebApp.UpdateStages.WithWindowsRuntimeStackA web app update allowing runtime stack on Windows operating system to be specified.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebApp.UpdatewithRuntimeStack(WebAppRuntimeStack runtimeStack)Specifies the runtime stack for the web app on Windows operating system.
-
-
-
Method Detail
-
withRuntimeStack
WebApp.Update withRuntimeStack(WebAppRuntimeStack runtimeStack)
Specifies the runtime stack for the web app on Windows operating system.- Parameters:
runtimeStack- the runtime stack for web app- Returns:
- the next stage of the web app update
-
-