LoadBalancerInboundNatPoolProperties Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of LoadBalancerInboundNatPoolProperties.
public LoadBalancerInboundNatPoolProperties (Azure.ResourceManager.Network.Models.LoadBalancingTransportProtocol protocol, int frontendPortRangeStart, int frontendPortRangeEnd, int backendPort);
new Azure.ResourceManager.Network.Models.LoadBalancerInboundNatPoolProperties : Azure.ResourceManager.Network.Models.LoadBalancingTransportProtocol * int * int * int -> Azure.ResourceManager.Network.Models.LoadBalancerInboundNatPoolProperties
Public Sub New (protocol As LoadBalancingTransportProtocol, frontendPortRangeStart As Integer, frontendPortRangeEnd As Integer, backendPort As Integer)
Parameters
- protocol
- LoadBalancingTransportProtocol
The reference to the transport protocol used by the inbound NAT pool.
- frontendPortRangeStart
- Int32
The first port number in the range of external ports that will be used to provide Inbound Nat to NICs associated with a load balancer. Acceptable values range between 1 and 65534.
- frontendPortRangeEnd
- Int32
The last port number in the range of external ports that will be used to provide Inbound Nat to NICs associated with a load balancer. Acceptable values range between 1 and 65535.
- backendPort
- Int32
The port used for internal connections on the endpoint. Acceptable values are between 1 and 65535.
Applies to
Azure SDK for .NET