Class VpnAuthenticationType
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<VpnAuthenticationType>
-
- com.azure.resourcemanager.network.models.VpnAuthenticationType
-
public final class VpnAuthenticationType extends com.azure.core.util.ExpandableStringEnum<VpnAuthenticationType>
Defines values for VpnAuthenticationType.
-
-
Field Summary
Fields Modifier and Type Field Description static VpnAuthenticationTypeAADStatic value AAD for VpnAuthenticationType.static VpnAuthenticationTypeCERTIFICATEStatic value Certificate for VpnAuthenticationType.static VpnAuthenticationTypeRADIUSStatic value Radius for VpnAuthenticationType.
-
Constructor Summary
Constructors Constructor Description VpnAuthenticationType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static VpnAuthenticationTypefromString(String name)Creates or finds a VpnAuthenticationType from its string representation.static Collection<VpnAuthenticationType>values()
-
-
-
Field Detail
-
CERTIFICATE
public static final VpnAuthenticationType CERTIFICATE
Static value Certificate for VpnAuthenticationType.
-
RADIUS
public static final VpnAuthenticationType RADIUS
Static value Radius for VpnAuthenticationType.
-
AAD
public static final VpnAuthenticationType AAD
Static value AAD for VpnAuthenticationType.
-
-
Method Detail
-
fromString
public static VpnAuthenticationType fromString(String name)
Creates or finds a VpnAuthenticationType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding VpnAuthenticationType.
-
values
public static Collection<VpnAuthenticationType> values()
- Returns:
- known VpnAuthenticationType values.
-
-