PoolEndpointConfiguration Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.