共用方式為


InboundNatPool 建構函式

定義

多載

InboundNatPool()

初始化 InboundNatPool 類別的新實例。

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

初始化 InboundNatPool 類別的新實例。

InboundNatPool()

初始化 InboundNatPool 類別的新實例。

public InboundNatPool ();
Public Sub New ()

適用於

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

初始化 InboundNatPool 類別的新實例。

public InboundNatPool (string name, Microsoft.Azure.Management.Batch.Models.InboundEndpointProtocol protocol, int backendPort, int frontendPortRangeStart, int frontendPortRangeEnd, System.Collections.Generic.IList<Microsoft.Azure.Management.Batch.Models.NetworkSecurityGroupRule> networkSecurityGroupRules = default);
new Microsoft.Azure.Management.Batch.Models.InboundNatPool : string * Microsoft.Azure.Management.Batch.Models.InboundEndpointProtocol * int * int * int * System.Collections.Generic.IList<Microsoft.Azure.Management.Batch.Models.NetworkSecurityGroupRule> -> Microsoft.Azure.Management.Batch.Models.InboundNatPool
Public Sub New (name As String, protocol As InboundEndpointProtocol, backendPort As Integer, frontendPortRangeStart As Integer, frontendPortRangeEnd As Integer, Optional networkSecurityGroupRules As IList(Of NetworkSecurityGroupRule) = Nothing)

參數

name
String

端點的名稱。

protocol
InboundEndpointProtocol

端點的通訊協定。

backendPort
Int32

計算節點上的埠號碼。

frontendPortRangeStart
Int32

外部埠範圍中的第一個埠號碼,用來提供個別計算節點上 backendPort 的輸入存取。

frontendPortRangeEnd
Int32

外部埠範圍中的最後一個埠號碼,用來提供個別計算節點上 backendPort 的輸入存取權。

networkSecurityGroupRules
IList<NetworkSecurityGroupRule>

將套用至端點的網路安全性群組規則清單。

適用於