InboundNatPool コンストラクター

定義

InboundNatPool クラスの新しいインスタンスを初期化します。

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

パラメーター

name
String

エンドポイントの名前。

protocol
InboundEndpointProtocol

エンドポイントのプロトコル。

backendPort
Int32

コンピューティング ノードのポート番号。

frontendPortRangeStart
Int32

個々のコンピューティング ノードの backendPort への受信アクセスを提供するために使用される外部ポートの範囲内の最初のポート番号。

frontendPortRangeEnd
Int32

個々のコンピューティング ノードの backendPort への受信アクセスを提供するために使用される外部ポートの範囲内の最後のポート番号。

networkSecurityGroupRules
IReadOnlyList<NetworkSecurityGroupRule>

エンドポイントに適用されるネットワーク セキュリティ グループ規則の一覧。

適用対象