Share via


VnetRoute.StaticRoutes Property

Definition

Gets or sets list of all Static Routes.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to