Class WebAppMinorVersion

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

public final class WebAppMinorVersion extends Object
Web App stack minor version.
  • Constructor Details

    • WebAppMinorVersion

      public WebAppMinorVersion()
  • Method Details

    • displayText

      public String displayText()
      Get the displayText property: Web App stack minor version (display only).
      Returns:
      the displayText value.
    • value

      public String value()
      Get the value property: Web App stack major version name.
      Returns:
      the value value.
    • stackSettings

      public WebAppRuntimes stackSettings()
      Get the stackSettings property: Settings associated with the minor version.
      Returns:
      the stackSettings value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.