ArmNetworkModelFactory.VirtualNetworkGatewayConnectionTunnelProperties 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.VirtualNetworkGatewayConnectionTunnelProperties VirtualNetworkGatewayConnectionTunnelProperties(string tunnelIpAddress = default, string bgpPeeringAddress = default);
static member VirtualNetworkGatewayConnectionTunnelProperties : string * string -> Azure.ResourceManager.Network.Models.VirtualNetworkGatewayConnectionTunnelProperties
Public Shared Function VirtualNetworkGatewayConnectionTunnelProperties (Optional tunnelIpAddress As String = Nothing, Optional bgpPeeringAddress As String = Nothing) As VirtualNetworkGatewayConnectionTunnelProperties
Parameters
- tunnelIpAddress
- String
Tunnel remote IP address.
- bgpPeeringAddress
- String
Tunnel BGP peering address.
Returns
A new VirtualNetworkGatewayConnectionTunnelProperties instance for mocking.