InboundNatPool 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.
A inbound NAT pool that can be used to address specific ports on compute nodes in a Batch pool externally.
public class InboundNatPool
type InboundNatPool = class
Public Class InboundNatPool
- Inheritance
-
InboundNatPool
Constructors
InboundNatPool(String, InboundEndpointProtocol, Int32, Int32, Int32, IReadOnlyList<NetworkSecurityGroupRule>) |
Initializes a new instance of the InboundNatPool class. |
Properties
BackendPort |
Gets the port number on the compute node. |
FrontendPortRangeEnd |
Gets the last port number in the range of external ports that will be used to provide inbound access to the backendPort on individual compute nodes. |
FrontendPortRangeStart |
Gets the first port number in the range of external ports that will be used to provide inbound access to the backendPort on individual compute nodes. |
Name |
Gets the name of the endpoint. |
NetworkSecurityGroupRules |
Gets a list of network security group rules that will be applied to the endpoint. |
Protocol |
Gets the protocol of the endpoint. |
Applies to
Azure SDK for .NET