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. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python