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. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python