次の方法で共有


ISwaggerDocumentManager.GenerateSwaggerDocument メソッド

定義

public Newtonsoft.Json.Linq.JObject GenerateSwaggerDocument (System.Collections.Generic.IReadOnlyDictionary<System.Web.Http.Routing.IHttpRoute,Microsoft.Azure.WebJobs.Script.Description.FunctionDescriptor> httpFunctions);
abstract member GenerateSwaggerDocument : System.Collections.Generic.IReadOnlyDictionary<System.Web.Http.Routing.IHttpRoute, Microsoft.Azure.WebJobs.Script.Description.FunctionDescriptor> -> Newtonsoft.Json.Linq.JObject
Public Function GenerateSwaggerDocument (httpFunctions As IReadOnlyDictionary(Of IHttpRoute, FunctionDescriptor)) As JObject

パラメーター

httpFunctions
IReadOnlyDictionary<System.Web.Http.Routing.IHttpRoute,FunctionDescriptor>

戻り値

Newtonsoft.Json.Linq.JObject

適用対象