ISwaggerDocumentManager.GenerateSwaggerDocument Method

Definition

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

Parameters

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

Returns

Newtonsoft.Json.Linq.JObject

Applies to