Class MongoDbAuthenticationType

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

public final class MongoDbAuthenticationType extends com.azure.core.util.ExpandableStringEnum<MongoDbAuthenticationType>
The authentication type to be used to connect to the MongoDB database.
  • Field Details

  • Constructor Details

    • MongoDbAuthenticationType

      public MongoDbAuthenticationType()
  • Method Details

    • fromString

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

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