QueryInboundNatRulePortMappingRequest Class
The request for a QueryInboundNatRulePortMapping API. Either IpConfiguration or IpAddress should be set.
- Inheritance
-
azure.mgmt.network._serialization.ModelQueryInboundNatRulePortMappingRequest
Constructor
QueryInboundNatRulePortMappingRequest(*, ip_configuration: _models.SubResource | None = None, ip_address: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
ip_configuration
|
NetworkInterfaceIPConfiguration set in load balancer backend address. |
ip_address
|
IP address set in load balancer backend address. |
Variables
Name | Description |
---|---|
ip_configuration
|
NetworkInterfaceIPConfiguration set in load balancer backend address. |
ip_address
|
IP address set in load balancer backend address. |
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