WebApp.UpdateStages.WithWindowsRuntimeStack Interface
public static interface WebApp.UpdateStages.WithWindowsRuntimeStack
A web app update allowing runtime stack on Windows operating system to be specified.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Update |
withRuntimeStack(WebAppRuntimeStack runtimeStack)
Specifies the runtime stack for the web app on Windows operating system. |
Method Details
withRuntimeStack
public abstract 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
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java