次の方法で共有


VirtualNetworkGatewayConnection.ConnectionMode プロパティ

定義

この接続の接続モードを取得または設定します。 使用可能な値は、'Default'、'ResponderOnly'、'InitiatorOnly' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象