次の方法で共有


VirtualNetworkGatewayConnectionListEntity.ConnectionType プロパティ

定義

ゲートウェイ接続の種類を取得または設定します。 使用できる値は、'IPsec'、'Vnet2Vnet'、'ExpressRoute'、'VPNClient' です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.connectionType")]
public string ConnectionType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.connectionType")>]
member this.ConnectionType : string with get, set
Public Property ConnectionType As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象