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