Class MetastoreDbConnectionAuthenticationMode

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

public final class MetastoreDbConnectionAuthenticationMode extends com.azure.core.util.ExpandableStringEnum<MetastoreDbConnectionAuthenticationMode>
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

    • MetastoreDbConnectionAuthenticationMode

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

    • fromString

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

      Gets known MetastoreDbConnectionAuthenticationMode values.
      Returns:
      known MetastoreDbConnectionAuthenticationMode values.