Share via


ConnectivityInformationInner.Hops Property

Definition

Gets list of hops between the source and the destination.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to