Compartir a través de


VpnGateway.Connections Propiedad

Definición

Obtiene o establece la lista de todas las conexiones VPN a la puerta de enlace.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a