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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebApp.DefinitionStages.WithCreatewithBuiltInImage(RuntimeStack runtimeStack)Specifies the docker container image to be a built in one.-
Methods inherited from interface com.azure.resourcemanager.appservice.models.WebApp.DefinitionStages.WithContainerImage
withPrivateDockerHubImage, withPrivateRegistryImage, withPublicDockerHubImage
-
-
-
-
Method Detail
-
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
-
-