次の方法で共有


ConnectivityHop.NextHopIds プロパティ

定義

次ホップ識別子の一覧を取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="nextHopIds")]
public System.Collections.Generic.IList<string> NextHopIds { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="nextHopIds")>]
member this.NextHopIds : System.Collections.Generic.IList<string>
Public ReadOnly Property NextHopIds As IList(Of String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象