VpnAuthenticationType 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 authentication types enabled for the virtual network gateway.
public readonly struct VpnAuthenticationType : IEquatable<Azure.ResourceManager.Network.Models.VpnAuthenticationType>
type VpnAuthenticationType = struct
Public Structure VpnAuthenticationType
Implements IEquatable(Of VpnAuthenticationType)
- Inheritance
-
VpnAuthenticationType
- Implements
Constructors
| Name | Description |
|---|---|
| VpnAuthenticationType(String) |
Initializes a new instance of VpnAuthenticationType. |
Properties
| Name | Description |
|---|---|
| Aad |
AAD. |
| Certificate |
Certificate. |
| Radius |
Radius. |
Methods
| Name | Description |
|---|---|
| Equals(VpnAuthenticationType) |
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
| Name | Description |
|---|---|
| Equality(VpnAuthenticationType, VpnAuthenticationType) |
Determines if two VpnAuthenticationType values are the same. |
| Implicit(String to VpnAuthenticationType) |
Converts a String to a VpnAuthenticationType. |
| Inequality(VpnAuthenticationType, VpnAuthenticationType) |
Determines if two VpnAuthenticationType values are not the same. |