次の方法で共有


VpnConnectionInner.VpnLinkConnections プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象