Compartir a través de


VnetRoute.StaticRoutes Propiedad

Definición

Obtiene o establece la lista de todas las rutas estáticas.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a