次の方法で共有


VirtualNetworkGateway.NatRules プロパティ

定義

仮想ネットワーク ゲートウェイの natRules を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象