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

BackendAddressInboundNatRulePortMappings 构造函数

定义

重载

BackendAddressInboundNatRulePortMappings()

初始化 BackendAddressInboundNatRulePortMappings 类的新实例。

BackendAddressInboundNatRulePortMappings(IList<InboundNatRulePortMapping>)

初始化 BackendAddressInboundNatRulePortMappings 类的新实例。

BackendAddressInboundNatRulePortMappings()

初始化 BackendAddressInboundNatRulePortMappings 类的新实例。

public BackendAddressInboundNatRulePortMappings();
Public Sub New ()

适用于

BackendAddressInboundNatRulePortMappings(IList<InboundNatRulePortMapping>)

初始化 BackendAddressInboundNatRulePortMappings 类的新实例。

public BackendAddressInboundNatRulePortMappings(System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.InboundNatRulePortMapping> inboundNatRulePortMappings = default);
new Microsoft.Azure.Management.Network.Models.BackendAddressInboundNatRulePortMappings : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.InboundNatRulePortMapping> -> Microsoft.Azure.Management.Network.Models.BackendAddressInboundNatRulePortMappings
Public Sub New (Optional inboundNatRulePortMappings As IList(Of InboundNatRulePortMapping) = Nothing)

参数

inboundNatRulePortMappings
IList<InboundNatRulePortMapping>

入站 NAT 规则端口映射的集合。

适用于