Partager via


PoolEndpointConfiguration(IReadOnlyList<InboundNatPool>) Constructeur

Définition

Initialise une nouvelle instance de la 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))

Paramètres

inboundNatPools
IReadOnlyList<InboundNatPool>

Liste des pools NAT entrants qui peuvent être utilisés pour traiter des ports spécifiques sur un nœud de calcul individuel en externe.

S’applique à