你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

QueryInboundNatRulePortMappingRequest Class

The request for a QueryInboundNatRulePortMapping API. Either IpConfiguration or IpAddress should be set.

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.

Default value: None
ip_address
str

IP address set in load balancer backend address.

Default value: None

Variables

Name Description
ip_configuration

NetworkInterfaceIPConfiguration set in load balancer backend address.

ip_address
str

IP address set in load balancer backend address.