ArmNetworkModelFactory.VpnNatRuleMapping(String, String) Method
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.
public static Azure.ResourceManager.Network.Models.VpnNatRuleMapping VpnNatRuleMapping(string addressSpace = default, string portRange = default);
static member VpnNatRuleMapping : string * string -> Azure.ResourceManager.Network.Models.VpnNatRuleMapping
Public Shared Function VpnNatRuleMapping (Optional addressSpace As String = Nothing, Optional portRange As String = Nothing) As VpnNatRuleMapping
Parameters
- addressSpace
- String
Address space for Vpn NatRule mapping.
- portRange
- String
Port range for Vpn NatRule mapping.
Returns
A new VpnNatRuleMapping instance for mocking.