Freigeben über


PoolEndpointConfiguration(IReadOnlyList<InboundNatPool>) Konstruktor

Definition

Initialisiert eine neue Instanz der PoolEndpointConfiguration-Klasse.

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))

Parameter

inboundNatPools
IReadOnlyList<InboundNatPool>

Eine Liste eingehender NAT-Pools, die verwendet werden können, um bestimmte Ports auf einem einzelnen Computeknoten extern zu adressieren.

Gilt für: