次の方法で共有


VpnGateway.NatRules プロパティ

定義

ゲートウェイに関連付けられているすべての nat 規則の一覧を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象