Share via


VpnGatewayTunnelingProtocol Struct

Definition

VPN protocol enabled for the VpnServerConfiguration.

public readonly struct VpnGatewayTunnelingProtocol : IEquatable<Azure.ResourceManager.Network.Models.VpnGatewayTunnelingProtocol>
type VpnGatewayTunnelingProtocol = struct
Public Structure VpnGatewayTunnelingProtocol
Implements IEquatable(Of VpnGatewayTunnelingProtocol)
Inheritance
VpnGatewayTunnelingProtocol
Implements

Constructors

VpnGatewayTunnelingProtocol(String)

Initializes a new instance of VpnGatewayTunnelingProtocol.

Properties

IkeV2

IkeV2.

OpenVpn

OpenVPN.

Methods

Equals(VpnGatewayTunnelingProtocol)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(VpnGatewayTunnelingProtocol, VpnGatewayTunnelingProtocol)

Determines if two VpnGatewayTunnelingProtocol values are the same.

Implicit(String to VpnGatewayTunnelingProtocol)

Converts a string to a VpnGatewayTunnelingProtocol.

Inequality(VpnGatewayTunnelingProtocol, VpnGatewayTunnelingProtocol)

Determines if two VpnGatewayTunnelingProtocol values are not the same.

Applies to