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. |
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