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

PoolEndpointConfiguration(IReadOnlyList<InboundNatPool>) 构造函数

定义

初始化 PoolEndpointConfiguration 类的新实例。

public PoolEndpointConfiguration (System.Collections.Generic.IReadOnlyList<Microsoft.Azure.Batch.InboundNatPool> inboundNatPools);
new Microsoft.Azure.Batch.PoolEndpointConfiguration : System.Collections.Generic.IReadOnlyList<Microsoft.Azure.Batch.InboundNatPool> -> Microsoft.Azure.Batch.PoolEndpointConfiguration
Public Sub New (inboundNatPools As IReadOnlyList(Of InboundNatPool))

参数

inboundNatPools
IReadOnlyList<InboundNatPool>

入站 NAT 池的列表,可用于在外部对单个计算节点上的特定端口进行寻址。

适用于