次の方法で共有


VirtualNetworkGatewayNatRule.InternalMappings プロパティ

定義

NAT のプライベート IP アドレス内部マッピングを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象