Share via


VirtualHubRouteTable.Routes Property

Definition

Gets or sets list of all routes.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to