C# 클래스 AzureFunctions.Code.TemplatesManager

상속: ITemplatesManager, IDisposable
파일 보기 프로젝트 열기: projectkudu/AzureFunctionsPortal

공개 메소드들

메소드 설명
GetBindingConfigAsync ( string runtime ) : Task
GetTemplateContentAsync ( string templateId ) : string>>.Task
GetTemplates ( string runtime ) : IEnumerable
TemplatesManager ( ISettings settings ) : System

비공개 메소드들

메소드 설명
AddReferencesContent ( Newtonsoft.Json.Linq.JObject jo, string runtimeForlder ) : Newtonsoft.Json.Linq.JObject
GetFunctionTemplate ( string templateFolderName ) : FunctionTemplate
HandleFileSystemChange ( ) : void

메소드 상세

GetBindingConfigAsync() 공개 메소드

public GetBindingConfigAsync ( string runtime ) : Task
runtime string
리턴 Task

GetTemplateContentAsync() 공개 메소드

public GetTemplateContentAsync ( string templateId ) : string>>.Task
templateId string
리턴 string>>.Task

GetTemplates() 공개 메소드

public GetTemplates ( string runtime ) : IEnumerable
runtime string
리턴 IEnumerable

TemplatesManager() 공개 메소드

public TemplatesManager ( ISettings settings ) : System
settings ISettings
리턴 System