Class AuthenticationName

java.lang.Object
com.azure.core.util.ExpandableStringEnum<AuthenticationName>
com.azure.resourcemanager.sql.models.AuthenticationName

public final class AuthenticationName extends com.azure.core.util.ExpandableStringEnum<AuthenticationName>
Defines values for AuthenticationName.
  • Field Details

    • DEFAULT

      public static final AuthenticationName DEFAULT
      Static value Default for AuthenticationName.
  • Constructor Details

    • AuthenticationName

      public AuthenticationName()
  • Method Details

    • fromString

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

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