DevTestLabInboundNatRule Class
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.
A rule for NAT - exposing a VM's port (backendPort) on the public IP address using a load balancer.
public class DevTestLabInboundNatRule
type DevTestLabInboundNatRule = class
Public Class DevTestLabInboundNatRule
- Inheritance
-
DevTestLabInboundNatRule
Constructors
DevTestLabInboundNatRule() |
Initializes a new instance of DevTestLabInboundNatRule. |
Properties
BackendPort |
The port to which the external traffic will be redirected. |
FrontendPort |
The external endpoint port of the inbound connection. Possible values range between 1 and 65535, inclusive. If unspecified, a value will be allocated automatically. |
TransportProtocol |
The transport protocol for the endpoint. |
Applies to
Azure SDK for .NET