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

QueryInboundNatRulePortMappingRequest 构造函数

定义

重载

QueryInboundNatRulePortMappingRequest()

初始化 QueryInboundNatRulePortMappingRequest 类的新实例。

QueryInboundNatRulePortMappingRequest(SubResource, String)

初始化 QueryInboundNatRulePortMappingRequest 类的新实例。

QueryInboundNatRulePortMappingRequest()

初始化 QueryInboundNatRulePortMappingRequest 类的新实例。

public QueryInboundNatRulePortMappingRequest ();
Public Sub New ()

适用于

QueryInboundNatRulePortMappingRequest(SubResource, String)

初始化 QueryInboundNatRulePortMappingRequest 类的新实例。

public QueryInboundNatRulePortMappingRequest (Microsoft.Azure.Management.Network.Models.SubResource ipConfiguration = default, string ipAddress = default);
new Microsoft.Azure.Management.Network.Models.QueryInboundNatRulePortMappingRequest : Microsoft.Azure.Management.Network.Models.SubResource * string -> Microsoft.Azure.Management.Network.Models.QueryInboundNatRulePortMappingRequest
Public Sub New (Optional ipConfiguration As SubResource = Nothing, Optional ipAddress As String = Nothing)

参数

ipConfiguration
SubResource

负载均衡器后端地址中的 NetworkInterfaceIPConfiguration 设置。

ipAddress
String

在负载均衡器后端地址中设置的 IP 地址。

适用于