Share via


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

InboundNatPool 类

定义

一个入站 NAT 池,可用于在外部对 Batch 池中的计算节点上的特定端口进行寻址。

public class InboundNatPool
type InboundNatPool = class
Public Class InboundNatPool
继承
InboundNatPool

构造函数

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

初始化 InboundNatPool 类的新实例。

属性

BackendPort

获取计算节点上的端口号。

FrontendPortRangeEnd

获取外部端口范围内的最后一个端口号,这些端口将用于提供对单个计算节点上 backendPort 的入站访问。

FrontendPortRangeStart

获取外部端口范围中的第一个端口号,这些端口将用于提供对单个计算节点上 backendPort 的入站访问。

Name

获取终结点的名称。

NetworkSecurityGroupRules

获取将应用于终结点的网络安全组规则的列表。

Protocol

获取终结点的协议。

适用于