public static interface FunctionApp.UpdateStages.WithRuntimeVersion
| Modifier and Type | Method and Description |
|---|---|
FunctionApp.Update |
withLatestRuntimeVersion()
Uses the latest runtime version for the function app.
|
FunctionApp.Update |
withRuntime(String runtime)
Specifies the runtime for the function app.
|
FunctionApp.Update |
withRuntimeVersion(String version)
Specifies the runtime version for the function app.
|
FunctionApp.Update withRuntime(String runtime)
runtime - the Azure Functions runtimeFunctionApp.Update withRuntimeVersion(String version)
version - the version of the Azure Functions runtimeFunctionApp.Update withLatestRuntimeVersion()
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.