Class FunctionAppRuntimes


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

      • FunctionAppRuntimes

        public FunctionAppRuntimes()
    • Method Detail

      • 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.