Class HBaseAuthenticationType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<HBaseAuthenticationType>
com.azure.resourcemanager.datafactory.models.HBaseAuthenticationType

public final class HBaseAuthenticationType extends com.azure.core.util.ExpandableStringEnum<HBaseAuthenticationType>
The authentication mechanism to use to connect to the HBase server.
  • Field Details

  • Constructor Details

    • HBaseAuthenticationType

      public HBaseAuthenticationType()
  • Method Details

    • fromString

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

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