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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET