VirtualNetworkGatewayNatRule.ExternalMappings Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The private IP address external mapping for NAT.
public Azure.Provisioning.BicepList<Azure.Provisioning.Network.VpnNatRuleMapping> ExternalMappings { get; set; }
member this.ExternalMappings : Azure.Provisioning.BicepList<Azure.Provisioning.Network.VpnNatRuleMapping> with get, set
Public Property ExternalMappings As BicepList(Of VpnNatRuleMapping)