Class SapHanaAuthenticationType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<SapHanaAuthenticationType>
com.azure.analytics.synapse.artifacts.models.SapHanaAuthenticationType

public final class SapHanaAuthenticationType extends com.azure.core.util.ExpandableStringEnum<SapHanaAuthenticationType>
The authentication type to be used to connect to the SAP HANA server.
  • Field Details

  • Constructor Details

    • SapHanaAuthenticationType

      public SapHanaAuthenticationType()
  • Method Details

    • fromString

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

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