InboundNatPool Class

Definition

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