VpnNatRuleMapping Class
Vpn NatRule mapping.
- Inheritance
-
azure.mgmt.network._serialization.ModelVpnNatRuleMapping
Constructor
VpnNatRuleMapping(*, address_space: str | None = None, port_range: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
address_space
|
Address space for Vpn NatRule mapping. |
port_range
|
Port range for Vpn NatRule mapping. |
Variables
Name | Description |
---|---|
address_space
|
Address space for Vpn NatRule mapping. |
port_range
|
Port range for Vpn NatRule mapping. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python