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

Initializes a new instance of the InboundNatPool class.

InboundNatPool(String, InboundEndpointProtocol, Int32, Int32, Int32, IList<NetworkSecurityGroupRule>)

Initializes a new instance of the InboundNatPool class.

Properties

BackendPort

Gets or sets the port number on the compute node.

FrontendPortRangeEnd

Gets or sets 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 or sets 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 or sets the name of the endpoint.

NetworkSecurityGroupRules

Gets or sets a list of network security group rules that will be applied to the endpoint.

Protocol

Gets or sets the protocol of the endpoint.

Methods

Validate()

Validate the object.

Applies to