PoolEndpointConfiguration Class
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.
The endpoint configuration for a Pool.
public class PoolEndpointConfiguration
type PoolEndpointConfiguration = class
Public Class PoolEndpointConfiguration
- Inheritance
-
PoolEndpointConfiguration
Constructors
| Name | Description |
|---|---|
| PoolEndpointConfiguration() |
Initializes a new instance of the PoolEndpointConfiguration class. |
| PoolEndpointConfiguration(IList<InboundNATPool>) |
Initializes a new instance of the PoolEndpointConfiguration class. |
Properties
| Name | Description |
|---|---|
| InboundNATPools |
Gets or sets a list of inbound NAT Pools that can be used to address specific ports on an individual Compute Node externally. |