VnetInfo.Routes Property

Definition

Gets the routes that this Virtual Network connection uses.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to