Compartir a través de


RouteTable.Routes Propiedad

Definición

Obtiene o establece la colección de rutas contenidas en una tabla de rutas.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a