次の方法で共有


RawAssemblyCompilationService クラス

定義

public class RawAssemblyCompilationService : Microsoft.Azure.WebJobs.Script.Description.ICompilationService<Microsoft.Azure.WebJobs.Script.Description.IDotNetCompilation>
type RawAssemblyCompilationService = class
    interface ICompilationService<IDotNetCompilation>
    interface ICompilationService
Public Class RawAssemblyCompilationService
Implements ICompilationService(Of IDotNetCompilation)
継承
RawAssemblyCompilationService
実装

コンストラクター

RawAssemblyCompilationService()

プロパティ

Language
PersistsOutput
SupportedFileTypes

メソッド

GetFunctionCompilationAsync(FunctionMetadata)

明示的なインターフェイスの実装

ICompilationService.GetFunctionCompilationAsync(FunctionMetadata)

適用対象