public static interface WebApp.DefinitionStages.WithLinuxAppFramework extends WebApp.DefinitionStages.WithContainerImage
| Modifier and Type | Method and Description |
|---|---|
WebApp.DefinitionStages.WithCreate |
withBuiltInImage(RuntimeStack runtimeStack)
Specifies the docker container image to be a built in one.
|
withPrivateDockerHubImage, withPrivateRegistryImage, withPublicDockerHubImageWebApp.DefinitionStages.WithCreate withBuiltInImage(RuntimeStack runtimeStack)
runtimeStack - the runtime stack installed on the imageVisit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.