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

Source:
PoolEndpointConfiguration.cs

Initializes a new instance of the PoolEndpointConfiguration class.

public PoolEndpointConfiguration ();
Public Sub New ()

Applies to

PoolEndpointConfiguration(IList<InboundNATPool>)

Source:
PoolEndpointConfiguration.cs

Initializes a new instance of the PoolEndpointConfiguration class.

public PoolEndpointConfiguration (System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.InboundNATPool> inboundNATPools);
new Microsoft.Azure.Batch.Protocol.Models.PoolEndpointConfiguration : System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.InboundNATPool> -> Microsoft.Azure.Batch.Protocol.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