Class FunctionRuntimeStack

java.lang.Object
com.azure.resourcemanager.appservice.models.FunctionRuntimeStack

public class FunctionRuntimeStack extends Object
Defines function app runtime for Linux operating system.
  • Field Details

  • Constructor Details

    • 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 Details

    • 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
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object