Class FunctionAppRuntimes

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

public final class FunctionAppRuntimes extends Object
Function App stack runtimes.
  • Constructor Details

    • FunctionAppRuntimes

      public FunctionAppRuntimes()
  • Method Details

    • linuxRuntimeSettings

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

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

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