Class Db2AuthenticationType

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

public final class Db2AuthenticationType extends com.azure.core.util.ExpandableStringEnum<Db2AuthenticationType>
AuthenticationType to be used for connection. It is mutually exclusive with connectionString property.
  • Field Details

  • Constructor Details

    • Db2AuthenticationType

      public Db2AuthenticationType()
  • Method Details

    • fromString

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

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