次の方法で共有


VpnGatewayInner.Connections プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象