VpnAuthenticationType Class

Definition

Defines values for VpnAuthenticationType.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.Network.Fluent.Models.VpnAuthenticationType>))]
public class VpnAuthenticationType : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnum<Microsoft.Azure.Management.Network.Fluent.Models.VpnAuthenticationType>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.Network.Fluent.Models.VpnAuthenticationType>))>]
type VpnAuthenticationType = class
    inherit ExpandableStringEnum<VpnAuthenticationType>
Public Class VpnAuthenticationType
Inherits ExpandableStringEnum(Of VpnAuthenticationType)
Inheritance
Attributes
Newtonsoft.Json.JsonConverterAttribute

Constructors

VpnAuthenticationType()

Fields

AAD
Certificate
Radius

Properties

Value (Inherited from ExpandableStringEnum<T>)

Methods

Equals(Object) (Inherited from ExpandableStringEnum<T>)
Equals(String) (Inherited from ExpandableStringEnum<T>)
GetHashCode() (Inherited from ExpandableStringEnum<T>)
ToString() (Inherited from ExpandableStringEnum<T>)

Applies to