BackendAddressInboundNatRulePortMappings Class
The response for a QueryInboundNatRulePortMapping API.
- Inheritance
-
azure.mgmt.network._serialization.ModelBackendAddressInboundNatRulePortMappings
Constructor
BackendAddressInboundNatRulePortMappings(*, inbound_nat_rule_port_mappings: List[_models.InboundNatRulePortMapping] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
inbound_nat_rule_port_mappings
|
Collection of inbound NAT rule port mappings. |
Variables
Name | Description |
---|---|
inbound_nat_rule_port_mappings
|
Collection of inbound NAT rule port mappings. |
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