VirtualRouter.Peerings Property

Definition

Gets list of references to VirtualRouterPeerings.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to