Share via


GatewayLoadBalancerTunnelInterface Constructors

Definition

Overloads

GatewayLoadBalancerTunnelInterface()

Initializes a new instance of the GatewayLoadBalancerTunnelInterface class.

GatewayLoadBalancerTunnelInterface(Nullable<Int32>, Nullable<Int32>, String, String)

Initializes a new instance of the GatewayLoadBalancerTunnelInterface class.

GatewayLoadBalancerTunnelInterface()

Initializes a new instance of the GatewayLoadBalancerTunnelInterface class.

public GatewayLoadBalancerTunnelInterface ();
Public Sub New ()

Applies to

GatewayLoadBalancerTunnelInterface(Nullable<Int32>, Nullable<Int32>, String, String)

Initializes a new instance of the GatewayLoadBalancerTunnelInterface class.

public GatewayLoadBalancerTunnelInterface (int? port = default, int? identifier = default, string protocol = default, string type = default);
new Microsoft.Azure.Management.Network.Models.GatewayLoadBalancerTunnelInterface : Nullable<int> * Nullable<int> * string * string -> Microsoft.Azure.Management.Network.Models.GatewayLoadBalancerTunnelInterface
Public Sub New (Optional port As Nullable(Of Integer) = Nothing, Optional identifier As Nullable(Of Integer) = Nothing, Optional protocol As String = Nothing, Optional type As String = Nothing)

Parameters

port
Nullable<Int32>

Port of gateway load balancer tunnel interface.

identifier
Nullable<Int32>

Identifier of gateway load balancer tunnel interface.

protocol
String

Protocol of gateway load balancer tunnel interface. Possible values include: 'None', 'Native', 'VXLAN'

type
String

Traffic type of gateway load balancer tunnel interface. Possible values include: 'None', 'Internal', 'External'

Applies to