FunctionApp.DefinitionStages.WithRuntimeVersion.withRuntimeVersion(String version) 方法
定义
Specifies the runtime version for the function app.
public WithCreate withRuntimeVersion(String version)
参数
- version
-
String
the version of the Azure Functions runtime
返回
the next stage of the definition
适用于