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. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python