Udostępnij za pośrednictwem


PoolEndpointConfiguration Konstruktory

Definicja

Przeciążenia

PoolEndpointConfiguration()

Inicjuje nowe wystąpienie klasy PoolEndpointConfiguration.

PoolEndpointConfiguration(IList<InboundNatPool>)

Inicjuje nowe wystąpienie klasy PoolEndpointConfiguration.

PoolEndpointConfiguration()

Inicjuje nowe wystąpienie klasy PoolEndpointConfiguration.

public PoolEndpointConfiguration ();
Public Sub New ()

Dotyczy

PoolEndpointConfiguration(IList<InboundNatPool>)

Inicjuje nowe wystąpienie klasy PoolEndpointConfiguration.

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

Parametry

inboundNatPools
IList<InboundNatPool>

Lista pul nat dla ruchu przychodzącego, których można użyć do adresowania określonych portów w pojedynczym węźle obliczeniowym zewnętrznie.

Dotyczy