你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ConditionalJavaScriptCompilationService.ICompilationService.GetFunctionCompilationAsync 方法

定义

System.Threading.Tasks.Task<object> ICompilationService.GetFunctionCompilationAsync (Microsoft.Azure.WebJobs.Script.Description.FunctionMetadata functionMetadata);
abstract member Microsoft.Azure.WebJobs.Script.Description.ICompilationService.GetFunctionCompilationAsync : Microsoft.Azure.WebJobs.Script.Description.FunctionMetadata -> System.Threading.Tasks.Task<obj>
override this.Microsoft.Azure.WebJobs.Script.Description.ICompilationService.GetFunctionCompilationAsync : Microsoft.Azure.WebJobs.Script.Description.FunctionMetadata -> System.Threading.Tasks.Task<obj>
Function GetFunctionCompilationAsync (functionMetadata As FunctionMetadata) As Task(Of Object) Implements ICompilationService.GetFunctionCompilationAsync

参数

functionMetadata
FunctionMetadata

返回

实现

适用于