public static interface FunctionApp.DefinitionStages.WithRuntimeVersion
| Modifier and Type | Method and Description |
|---|---|
FunctionApp.DefinitionStages.WithCreate |
withLatestRuntimeVersion()
Uses the latest runtime version for the function app.
|
FunctionApp.DefinitionStages.WithCreate |
withRuntimeVersion(String version)
Specifies the runtime version for the function app.
|
FunctionApp.DefinitionStages.WithCreate withRuntimeVersion(String version)
version - the version of the Azure Functions runtimeFunctionApp.DefinitionStages.WithCreate withLatestRuntimeVersion()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/