Class FunctionRuntimeStack


  • public class FunctionRuntimeStack
    extends Object
    Defines function app runtime for Linux operating system.
    • Constructor Detail

      • FunctionRuntimeStack

        public FunctionRuntimeStack​(String runtime,
                                    String version,
                                    String linuxFxVersion)
        Creates a custom function app runtime stack.
        Parameters:
        runtime - the language runtime
        version - the language runtime version
        linuxFxVersion - the LinuxFxVersion property value
    • Method Detail

      • runtime

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

        public String version()
        Returns:
        the version of the Language runtime
      • getLinuxFxVersion

        public String getLinuxFxVersion()
        Gets LinuxFxVersion property value.
        Returns:
        the LinuxFxVersion property value for siteConfig
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object