Class WebAppRuntimes

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

public final class WebAppRuntimes extends Object
Web App stack runtimes.
  • Constructor Details

    • WebAppRuntimes

      public WebAppRuntimes()
  • Method Details

    • linuxRuntimeSettings

      public WebAppRuntimeSettings linuxRuntimeSettings()
      Get the linuxRuntimeSettings property: Linux-specific settings associated with the minor version.
      Returns:
      the linuxRuntimeSettings value.
    • windowsRuntimeSettings

      public WebAppRuntimeSettings windowsRuntimeSettings()
      Get the windowsRuntimeSettings property: Windows-specific settings associated with the minor version.
      Returns:
      the windowsRuntimeSettings value.
    • linuxContainerSettings

      public LinuxJavaContainerSettings linuxContainerSettings()
      Get the linuxContainerSettings property: Linux-specific settings associated with the Java container minor version.
      Returns:
      the linuxContainerSettings value.
    • windowsContainerSettings

      public WindowsJavaContainerSettings windowsContainerSettings()
      Get the windowsContainerSettings property: Windows-specific settings associated with the Java container minor version.
      Returns:
      the windowsContainerSettings value.
    • validate

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