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. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python