Uses of Class
com.azure.resourcemanager.appservice.models.WebAppRuntimeStack
-
Packages that use WebAppRuntimeStack Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of WebAppRuntimeStack in com.azure.resourcemanager.appservice.models
Fields in com.azure.resourcemanager.appservice.models declared as WebAppRuntimeStack Modifier and Type Field Description static WebAppRuntimeStackWebAppRuntimeStack. JAVAJava.static WebAppRuntimeStackWebAppRuntimeStack. NET.NET Framework.static WebAppRuntimeStackWebAppRuntimeStack. NETCORE.NET Core.static WebAppRuntimeStackWebAppRuntimeStack. PHPPHP.static WebAppRuntimeStackWebAppRuntimeStack. PYTHONPython.Methods in com.azure.resourcemanager.appservice.models with parameters of type WebAppRuntimeStack Modifier and Type Method Description WebApp.DefinitionStages.WithCreateWebApp.DefinitionStages.WithWindowsAppFramework. withRuntimeStack(WebAppRuntimeStack runtimeStack)Specifies the runtime stack for the web app on Windows operating system.WebApp.UpdateWebApp.UpdateStages.WithWindowsRuntimeStack. withRuntimeStack(WebAppRuntimeStack runtimeStack)Specifies the runtime stack for the web app on Windows operating system.
-