Class AuthenticationMethod

java.lang.Object
com.azure.core.util.ExpandableStringEnum<AuthenticationMethod>
com.azure.resourcemanager.network.models.AuthenticationMethod
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class AuthenticationMethod extends com.azure.core.util.ExpandableStringEnum<AuthenticationMethod>
VPN client authentication method.
  • Field Details

    • EAPTLS

      public static final AuthenticationMethod EAPTLS
      Static value EAPTLS for AuthenticationMethod.
    • EAPMSCHAPV2

      public static final AuthenticationMethod EAPMSCHAPV2
      Static value EAPMSCHAPv2 for AuthenticationMethod.
  • Constructor Details

    • AuthenticationMethod

      @Deprecated public AuthenticationMethod()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of AuthenticationMethod value.
  • Method Details

    • fromString

      public static AuthenticationMethod fromString(String name)
      Creates or finds a AuthenticationMethod from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding AuthenticationMethod.
    • values

      public static Collection<AuthenticationMethod> values()
      Gets known AuthenticationMethod values.
      Returns:
      known AuthenticationMethod values.