次の方法で共有


TestAllRoutesResult.Routes プロパティ

定義

一致するルートの jSON でシリアル化された配列を取得または設定します

[Newtonsoft.Json.JsonProperty(PropertyName="routes")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.IotHub.Models.MatchedRoute> Routes { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="routes")>]
member this.Routes : System.Collections.Generic.IList<Microsoft.Azure.Management.IotHub.Models.MatchedRoute> with get, set
Public Property Routes As IList(Of MatchedRoute)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象