Share via


VpnGatewayInner.Connections Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to