Class VpnAuthenticationType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<VpnAuthenticationType>
com.azure.resourcemanager.network.models.VpnAuthenticationType
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class VpnAuthenticationType
extends com.azure.core.util.ExpandableStringEnum<VpnAuthenticationType>
VPN authentication types enabled for the virtual network gateway.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final VpnAuthenticationTypeStatic value AAD for VpnAuthenticationType.static final VpnAuthenticationTypeStatic value Certificate for VpnAuthenticationType.static final VpnAuthenticationTypeStatic value Radius for VpnAuthenticationType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic VpnAuthenticationTypefromString(String name) Creates or finds a VpnAuthenticationType from its string representation.static Collection<VpnAuthenticationType> values()Gets known VpnAuthenticationType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
CERTIFICATE
Static value Certificate for VpnAuthenticationType. -
RADIUS
Static value Radius for VpnAuthenticationType. -
AAD
Static value AAD for VpnAuthenticationType.
-
-
Constructor Details
-
VpnAuthenticationType
Deprecated.Use thefromString(String)factory method.Creates a new instance of VpnAuthenticationType value.
-
-
Method Details
-
fromString
Creates or finds a VpnAuthenticationType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding VpnAuthenticationType.
-
values
Gets known VpnAuthenticationType values.- Returns:
- known VpnAuthenticationType values.
-
fromString(String)factory method.