Aracılığıyla paylaş


VirtualNetwork.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.Models.VirtualNetworkPeering> VirtualNetworkPeerings { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.virtualNetworkPeerings")>]
member this.VirtualNetworkPeerings : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.VirtualNetworkPeering> with get, set
Public Property VirtualNetworkPeerings As IList(Of VirtualNetworkPeering)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to