Share via


RouteFilter.Peerings Property

Definition

Gets a collection of references to express route circuit peerings.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.peerings")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ExpressRouteCircuitPeering> Peerings { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.peerings")>]
member this.Peerings : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ExpressRouteCircuitPeering>
Public ReadOnly Property Peerings As IList(Of ExpressRouteCircuitPeering)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to