ArmNetworkModelFactory.GatewayLoadBalancerTunnelInterface Method
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.
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
- protocol
- Nullable<GatewayLoadBalancerTunnelProtocol>
Protocol of gateway load balancer tunnel interface.
Traffic type of gateway load balancer tunnel interface.
Returns
A new GatewayLoadBalancerTunnelInterface instance for mocking.