次の方法で共有


SwaggerDocument.ApiEndpoints プロパティ

定義

[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))

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象