Share via


VirtualNetworkInner.VirtualNetworkPeerings Property

Definition

Gets or sets a list of peerings in a Virtual Network.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to