Uses of Class
com.microsoft.azure.management.appservice.RuntimeStack
-
-
Uses of RuntimeStack in com.microsoft.azure.management.appservice
Fields in com.microsoft.azure.management.appservice declared as RuntimeStack Modifier and Type Field Description static RuntimeStackRuntimeStack. JAVA_11_JAVA11Java JAVA 11.static RuntimeStackRuntimeStack. JAVA_8_JRE8Java JRE 8.static RuntimeStackRuntimeStack. NETCORE_V1_0.NET Core v1.0.static RuntimeStackRuntimeStack. NETCORE_V1_1.NET Core v1.1.static RuntimeStackRuntimeStack. NODEJS_4_4Node.JS 4.4.static RuntimeStackRuntimeStack. NODEJS_4_5Node.JS 4.5.static RuntimeStackRuntimeStack. NODEJS_6_10Node.JS 6.10.static RuntimeStackRuntimeStack. NODEJS_6_2Node.JS 6.2.static RuntimeStackRuntimeStack. NODEJS_6_6Node.JS 6.6.static RuntimeStackRuntimeStack. NODEJS_6_9Node.JS 6.9.static RuntimeStackRuntimeStack. PHP_5_6PHP 5.6.static RuntimeStackRuntimeStack. PHP_7_0PHP 7.0.static RuntimeStackRuntimeStack. RUBY_2_3Ruby 2.3.static RuntimeStackRuntimeStack. TOMCAT_8_5_JAVA11Tomcat 8.5-java8 image with catalina root set to Azure wwwroot.static RuntimeStackRuntimeStack. TOMCAT_8_5_JRE8Tomcat 8.5-jre8 image with catalina root set to Azure wwwroot.static RuntimeStackRuntimeStack. TOMCAT_9_0_JAVA11Tomcat 9.0-java11 image with catalina root set to Azure wwwroot.static RuntimeStackRuntimeStack. TOMCAT_9_0_JRE8Tomcat 9.0-jre8 image with catalina root set to Azure wwwroot.static RuntimeStackRuntimeStack. WILDFLY_14_JRE8WildFly 14.0-jre image.Methods in com.microsoft.azure.management.appservice with parameters of type RuntimeStack Modifier and Type Method Description WebApp.DefinitionStages.WithCreateWebApp.DefinitionStages.WithDockerContainerImage. withBuiltInImage(RuntimeStack runtimeStack)Specifies the docker container image to be a built in one.WebApp.UpdateWebApp.UpdateStages.WithDockerContainerImage. withBuiltInImage(RuntimeStack runtimeStack)Specifies the docker container image to be a built in one.
-