Udostępnij za pośrednictwem


SwaggerDocument.ApiEndpoints Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="paths")]
public System.Collections.Generic.Dictionary<string,System.Collections.Generic.Dictionary<string,Microsoft.Azure.WebJobs.Script.WebHost.Models.Swagger.HttpOperationInfo>> ApiEndpoints { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="paths")>]
member this.ApiEndpoints : System.Collections.Generic.Dictionary<string, System.Collections.Generic.Dictionary<string, Microsoft.Azure.WebJobs.Script.WebHost.Models.Swagger.HttpOperationInfo>> with get, set
Public Property ApiEndpoints As Dictionary(Of String, Dictionary(Of String, HttpOperationInfo))

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to