RouteTableInner.Routes Property

Definition

Gets or sets collection of routes contained within a route table.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to