Compartilhar via


PoolEndpointConfiguration(IReadOnlyList<InboundNatPool>) Construtor

Definição

Inicializa uma nova instância da classe 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))

Parâmetros

inboundNatPools
IReadOnlyList<InboundNatPool>

Uma lista de pools NAT de entrada que podem ser usados para lidar com portas específicas em um nó de computação individual externamente.

Aplica-se a