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

ICompilationService<TCompilation> 接口

定义

public interface ICompilationService<TCompilation> : Microsoft.Azure.WebJobs.Script.Description.ICompilationService where TCompilation : ICompilation
type ICompilationService<'Compilation (requires 'Compilation :> ICompilation)> = interface
    interface ICompilationService
Public Interface ICompilationService(Of TCompilation)
Implements ICompilationService

类型参数

TCompilation
派生
实现

属性

Language (继承自 ICompilationService)
PersistsOutput (继承自 ICompilationService)
SupportedFileTypes (继承自 ICompilationService)

方法

GetFunctionCompilationAsync(FunctionMetadata)

适用于