次の方法で共有


VirtualNetworkGatewayNatRule.Mode プロパティ

定義

VPN NAT のソース NAT 方向を取得または設定します。 使用可能な値は、'EgressSnat'、'IngressSnat' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象