Share via


VirtualHubRouteV2.NextHops Property

Definition

Gets or sets nextHops ip address.

[Newtonsoft.Json.JsonProperty(PropertyName="nextHops")]
public System.Collections.Generic.IList<string> NextHops { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="nextHops")>]
member this.NextHops : System.Collections.Generic.IList<string> with get, set
Public Property NextHops As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to