次の方法で共有


ConnectionStateSnapshot.Hops プロパティ

定義

ソースと宛先の間のホップの一覧を取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="hops")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ConnectivityHop> Hops { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="hops")>]
member this.Hops : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ConnectivityHop>
Public ReadOnly Property Hops As IList(Of ConnectivityHop)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象