次の方法で共有


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)

適用対象