次の方法で共有


VpnGateway.Connections プロパティ

定義

ゲートウェイへのすべての VPN 接続の一覧を取得または設定します。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象