Class WebAppRuntimeStack

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

public class WebAppRuntimeStack extends Object
Defines web app runtime stack on Windows operating system.
  • Field Details

  • Constructor Details

    • WebAppRuntimeStack

      public WebAppRuntimeStack(String runtime)
      Creates a custom web app runtime stack on Windows operating system.
      Parameters:
      runtime - the language runtime
  • Method Details

    • runtime

      public String runtime()
      Returns:
      the name of the language runtime
    • 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