Interface WebApp.DefinitionStages.WithLinuxAppFramework

All Superinterfaces:
WebApp.DefinitionStages.WithContainerImage
All Known Subinterfaces:
WebApp.Definition
Enclosing interface:
WebApp.DefinitionStages

public static interface WebApp.DefinitionStages.WithLinuxAppFramework extends WebApp.DefinitionStages.WithContainerImage
A web app definition allowing app framework on Linux operating system to be specified.
  • Method Details

    • withBuiltInImage

      WebApp.DefinitionStages.WithCreate withBuiltInImage(RuntimeStack runtimeStack)
      Specifies the docker container image to be a built in one.
      Parameters:
      runtimeStack - the runtime stack installed on the image
      Returns:
      the next stage of the definition