Class RuntimeStack


  • public class RuntimeStack
    extends Object
    Defines App service pricing tiers.
    • Field Detail

      • NODEJS_6_10

        public static final RuntimeStack NODEJS_6_10
        Node.JS 6.10.
      • NODEJS_6_9

        public static final RuntimeStack NODEJS_6_9
        Node.JS 6.9.
      • NODEJS_6_6

        public static final RuntimeStack NODEJS_6_6
        Node.JS 6.6.
      • NODEJS_6_2

        public static final RuntimeStack NODEJS_6_2
        Node.JS 6.2.
      • NODEJS_4_5

        public static final RuntimeStack NODEJS_4_5
        Node.JS 4.5.
      • NODEJS_4_4

        public static final RuntimeStack NODEJS_4_4
        Node.JS 4.4.
      • PHP_5_6

        public static final RuntimeStack PHP_5_6
        PHP 5.6.
      • PHP_7_0

        public static final RuntimeStack PHP_7_0
        PHP 7.0.
      • NETCORE_V1_0

        public static final RuntimeStack NETCORE_V1_0
        .NET Core v1.0.
      • NETCORE_V1_1

        public static final RuntimeStack NETCORE_V1_1
        .NET Core v1.1.
      • RUBY_2_3

        public static final RuntimeStack RUBY_2_3
        Ruby 2.3.
      • JAVA_8_JRE8

        public static final RuntimeStack JAVA_8_JRE8
        Java JRE 8.
      • JAVA_11_JAVA11

        public static final RuntimeStack JAVA_11_JAVA11
        Java JAVA 11.
      • TOMCAT_8_5_JRE8

        public static final RuntimeStack TOMCAT_8_5_JRE8
        Tomcat 8.5-jre8 image with catalina root set to Azure wwwroot.
      • TOMCAT_8_5_JAVA11

        public static final RuntimeStack TOMCAT_8_5_JAVA11
        Tomcat 8.5-java8 image with catalina root set to Azure wwwroot.
      • TOMCAT_9_0_JRE8

        public static final RuntimeStack TOMCAT_9_0_JRE8
        Tomcat 9.0-jre8 image with catalina root set to Azure wwwroot.
      • TOMCAT_9_0_JAVA11

        public static final RuntimeStack TOMCAT_9_0_JAVA11
        Tomcat 9.0-java11 image with catalina root set to Azure wwwroot.
      • WILDFLY_14_JRE8

        public static final RuntimeStack WILDFLY_14_JRE8
        WildFly 14.0-jre image.
    • Constructor Detail

      • RuntimeStack

        public RuntimeStack​(String stack,
                            String version)
        Creates a custom app service pricing tier.
        Parameters:
        stack - the name of the language stack
        version - the version of the runtime
    • Method Detail

      • stack

        public String stack()
        Returns:
        the name of the language runtime stack
      • version

        public String version()
        Returns:
        the version of the runtime stack
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object