ArmNetworkModelFactory.GatewayLoadBalancerTunnelInterface Method

Definition

public static Azure.ResourceManager.Network.Models.GatewayLoadBalancerTunnelInterface GatewayLoadBalancerTunnelInterface(int? port = default, int? identifier = default, Azure.ResourceManager.Network.Models.GatewayLoadBalancerTunnelProtocol? protocol = default, Azure.ResourceManager.Network.Models.GatewayLoadBalancerTunnelInterfaceType? type = default);
static member GatewayLoadBalancerTunnelInterface : Nullable<int> * Nullable<int> * Nullable<Azure.ResourceManager.Network.Models.GatewayLoadBalancerTunnelProtocol> * Nullable<Azure.ResourceManager.Network.Models.GatewayLoadBalancerTunnelInterfaceType> -> Azure.ResourceManager.Network.Models.GatewayLoadBalancerTunnelInterface
Public Shared Function GatewayLoadBalancerTunnelInterface (Optional port As Nullable(Of Integer) = Nothing, Optional identifier As Nullable(Of Integer) = Nothing, Optional protocol As Nullable(Of GatewayLoadBalancerTunnelProtocol) = Nothing, Optional type As Nullable(Of GatewayLoadBalancerTunnelInterfaceType) = Nothing) As GatewayLoadBalancerTunnelInterface

Parameters

port
Nullable<Int32>

Port of gateway load balancer tunnel interface.

identifier
Nullable<Int32>

Identifier of gateway load balancer tunnel interface.

protocol
Nullable<GatewayLoadBalancerTunnelProtocol>

Protocol of gateway load balancer tunnel interface.

type
Nullable<GatewayLoadBalancerTunnelInterfaceType>

Traffic type of gateway load balancer tunnel interface.

Returns

A new GatewayLoadBalancerTunnelInterface instance for mocking.

Applies to