Share via


VpnConnection.VpnLinkConnections Property

Definition

Gets or sets list of all vpn site link connections to the gateway.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to