VnetInfoInner.Routes Property

Definition

Gets the routes that this Virtual Network connection uses.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to