Partager via


SwaggerDocumentManager.GenerateSwaggerDocument Méthode

Définition

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
override this.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

Paramètres

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

Retours

Newtonsoft.Json.Linq.JObject

Implémente

S’applique à