Share via


PoolEndpointConfiguration Constructors

Definition

Overloads

PoolEndpointConfiguration()

Initializes a new instance of the PoolEndpointConfiguration class.

PoolEndpointConfiguration(IList<InboundNatPool>)

Initializes a new instance of the PoolEndpointConfiguration class.

PoolEndpointConfiguration()

Initializes a new instance of the PoolEndpointConfiguration class.

public PoolEndpointConfiguration ();
Public Sub New ()

Applies to

PoolEndpointConfiguration(IList<InboundNatPool>)

Initializes a new instance of the PoolEndpointConfiguration class.

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

Parameters

inboundNatPools
IList<InboundNatPool>

A list of inbound NAT pools that can be used to address specific ports on an individual compute node externally.

Applies to