Dela via


InboundNatPool Konstruktorer

Definition

Överlagringar

InboundNatPool()

Initierar en ny instans av klassen InboundNatPool.

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

Initierar en ny instans av klassen InboundNatPool.

InboundNatPool()

Initierar en ny instans av klassen InboundNatPool.

public InboundNatPool ();
Public Sub New ()

Gäller för

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

Initierar en ny instans av klassen 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)

Parametrar

name
String

Namnet på slutpunkten.

protocol
InboundEndpointProtocol

Slutpunktens protokoll.

backendPort
Int32

Portnumret på beräkningsnoden.

frontendPortRangeStart
Int32

Det första portnumret i intervallet med externa portar som ska användas för att ge inkommande åtkomst till backendPort på enskilda beräkningsnoder.

frontendPortRangeEnd
Int32

Det sista portnumret i intervallet för externa portar som ska användas för att ge inkommande åtkomst till backendPort på enskilda beräkningsnoder.

networkSecurityGroupRules
IList<NetworkSecurityGroupRule>

En lista över regler för nätverkssäkerhetsgrupper som ska tillämpas på slutpunkten.

Gäller för