Class AuthenticationType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<AuthenticationType>
com.azure.resourcemanager.datamigration.models.AuthenticationType

public final class AuthenticationType extends com.azure.core.util.ExpandableStringEnum<AuthenticationType>
An enumeration of possible authentication types when connecting.
  • Field Details

    • NONE

      public static final AuthenticationType NONE
      Static value None for AuthenticationType.
    • WINDOWS_AUTHENTICATION

      public static final AuthenticationType WINDOWS_AUTHENTICATION
      Static value WindowsAuthentication for AuthenticationType.
    • SQL_AUTHENTICATION

      public static final AuthenticationType SQL_AUTHENTICATION
      Static value SqlAuthentication for AuthenticationType.
    • ACTIVE_DIRECTORY_INTEGRATED

      public static final AuthenticationType ACTIVE_DIRECTORY_INTEGRATED
      Static value ActiveDirectoryIntegrated for AuthenticationType.
    • ACTIVE_DIRECTORY_PASSWORD

      public static final AuthenticationType ACTIVE_DIRECTORY_PASSWORD
      Static value ActiveDirectoryPassword for AuthenticationType.
  • Constructor Details

    • AuthenticationType

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

    • fromString

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

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