FunctionApp.DefinitionStages.WithRuntimeVersion 接口
定义
A function app definition allowing runtime version to be specified.
public interface WithRuntimeVersion
方法
withLatestRuntimeVersion() |
Uses the latest runtime version for the function app. |
withRuntimeVersion(String version) |
Specifies the runtime version for the function app. |