VpnGatewayTunnelingProtocol Struct
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.
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
Azure SDK for .NET