VpnType 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.
The type of this virtual network gateway.
public readonly struct VpnType : IEquatable<Azure.ResourceManager.Network.Models.VpnType>
type VpnType = struct
Public Structure VpnType
Implements IEquatable(Of VpnType)
- Inheritance
-
VpnType
- Implements
Constructors
VpnType(String) |
Initializes a new instance of VpnType. |
Properties
PolicyBased |
PolicyBased. |
RouteBased |
RouteBased. |
Methods
Equals(VpnType) |
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(VpnType, VpnType) |
Determines if two VpnType values are the same. |
Implicit(String to VpnType) |
Converts a string to a VpnType. |
Inequality(VpnType, VpnType) |
Determines if two VpnType values are not the same. |
Applies to
Azure SDK for .NET