你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

Name Description
InboundNatPool(String, InboundEndpointProtocol, Int32, Int32, Int32, IReadOnlyList<NetworkSecurityGroupRule>)

Initializes a new instance of the InboundNatPool class.

Properties

Name Description
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