VpnNatRuleMapping Constructors
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.
Overloads
VpnNatRuleMapping() |
Initializes a new instance of the VpnNatRuleMapping class. |
VpnNatRuleMapping(String, String) |
Initializes a new instance of the VpnNatRuleMapping class. |
VpnNatRuleMapping()
Initializes a new instance of the VpnNatRuleMapping class.
public VpnNatRuleMapping ();
Public Sub New ()
Applies to
VpnNatRuleMapping(String, String)
Initializes a new instance of the VpnNatRuleMapping class.
public VpnNatRuleMapping (string addressSpace = default, string portRange = default);
new Microsoft.Azure.Management.Network.Models.VpnNatRuleMapping : string * string -> Microsoft.Azure.Management.Network.Models.VpnNatRuleMapping
Public Sub New (Optional addressSpace As String = Nothing, Optional portRange As String = Nothing)
Parameters
- addressSpace
- String
Address space for Vpn NatRule mapping.
- portRange
- String
Port range for Vpn NatRule mapping.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET