Uses of Class
com.microsoft.azure.management.appservice.WebAppRuntimeStack
Packages that use WebAppRuntimeStack
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of WebAppRuntimeStack in com.microsoft.azure.management.appservice
Fields in com.microsoft.azure.management.appservice declared as WebAppRuntimeStackModifier and TypeFieldDescriptionstatic final WebAppRuntimeStack
WebAppRuntimeStack.JAVA
Java.static final WebAppRuntimeStack
WebAppRuntimeStack.NET
.NET Framework.static final WebAppRuntimeStack
WebAppRuntimeStack.NETCORE
.NET Core.static final WebAppRuntimeStack
WebAppRuntimeStack.PHP
PHP.static final WebAppRuntimeStack
WebAppRuntimeStack.PYTHON
Python.Methods in com.microsoft.azure.management.appservice with parameters of type WebAppRuntimeStackModifier and TypeMethodDescriptionWebApp.DefinitionStages.WithWindowsRuntimeStack.withRuntimeStack
(WebAppRuntimeStack runtimeStack) Specifies the runtime stack for the web app on Windows operating system.WebApp.UpdateStages.WithWindowsRuntimeStack.withRuntimeStack
(WebAppRuntimeStack runtimeStack) Specifies the runtime stack for the web app on Windows operating system.