Class SybaseAuthenticationType

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

public final class SybaseAuthenticationType extends com.azure.core.util.ExpandableStringEnum<SybaseAuthenticationType>
AuthenticationType to be used for connection.
  • Field Details

  • Constructor Details

    • SybaseAuthenticationType

      public SybaseAuthenticationType()
  • Method Details

    • fromString

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

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