Class ApplicationStack

java.lang.Object
com.microsoft.azure.management.appservice.ApplicationStack

public class ApplicationStack extends Object
Application stack.
  • Constructor Details

    • ApplicationStack

      public ApplicationStack()
  • Method Details

    • name

      public String name()
      Get application stack name.
      Returns:
      the name value
    • withName

      public ApplicationStack withName(String name)
      Set application stack name.
      Parameters:
      name - the name value to set
      Returns:
      the ApplicationStack object itself.
    • display

      public String display()
      Get application stack display name.
      Returns:
      the display value
    • withDisplay

      public ApplicationStack withDisplay(String display)
      Set application stack display name.
      Parameters:
      display - the display value to set
      Returns:
      the ApplicationStack object itself.
    • dependency

      public String dependency()
      Get application stack dependency.
      Returns:
      the dependency value
    • withDependency

      public ApplicationStack withDependency(String dependency)
      Set application stack dependency.
      Parameters:
      dependency - the dependency value to set
      Returns:
      the ApplicationStack object itself.
    • majorVersions

      public List<StackMajorVersion> majorVersions()
      Get list of major versions available.
      Returns:
      the majorVersions value
    • withMajorVersions

      public ApplicationStack withMajorVersions(List<StackMajorVersion> majorVersions)
      Set list of major versions available.
      Parameters:
      majorVersions - the majorVersions value to set
      Returns:
      the ApplicationStack object itself.
    • frameworks

      public List<ApplicationStack> frameworks()
      Get list of frameworks associated with application stack.
      Returns:
      the frameworks value
    • withFrameworks

      public ApplicationStack withFrameworks(List<ApplicationStack> frameworks)
      Set list of frameworks associated with application stack.
      Parameters:
      frameworks - the frameworks value to set
      Returns:
      the ApplicationStack object itself.