| Modifier and Type | Field and Description |
|---|---|
static FunctionRuntimeStack |
FunctionRuntimeStack.JAVA_8
JAVA 8.
|
| Modifier and Type | Method and Description |
|---|---|
FunctionApp.DefinitionStages.WithCreate |
FunctionApp.DefinitionStages.WithDockerContainerImage.withBuiltInImage(FunctionRuntimeStack runtimeStack)
Specifies the docker container image to be a built in one.
|
FunctionApp.Update |
FunctionApp.UpdateStages.WithDockerContainerImage.withBuiltInImage(FunctionRuntimeStack runtimeStack)
Specifies the docker container image to be a built in one.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/