GatewayLoadBalancerTunnelInterface Constructors
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.
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
- 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
Azure SDK for .NET