Class AuthenticationMethod

java.lang.Object
com.microsoft.rest.ExpandableStringEnum<AuthenticationMethod>
com.microsoft.azure.management.network.AuthenticationMethod

public final class AuthenticationMethod extends com.microsoft.rest.ExpandableStringEnum<AuthenticationMethod>
Defines values for AuthenticationMethod.
  • 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

      public AuthenticationMethod()
  • 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()
      Returns:
      known AuthenticationMethod values