Class DbConnectionAuthenticationMode

java.lang.Object
com.azure.core.util.ExpandableStringEnum<DbConnectionAuthenticationMode>
com.azure.resourcemanager.hdinsight.containers.models.DbConnectionAuthenticationMode
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class DbConnectionAuthenticationMode extends com.azure.core.util.ExpandableStringEnum<DbConnectionAuthenticationMode>
The authentication mode to connect to your Hive metastore database. More details: https://learn.microsoft.com/en-us/azure/azure-sql/database/logins-create-manage?view=azuresql#authentication-and-authorization.
  • Field Details

  • Constructor Details

    • DbConnectionAuthenticationMode

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

    • fromString

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

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