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. |
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python