Class PrestoAuthenticationType

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

public final class PrestoAuthenticationType extends com.azure.core.util.ExpandableStringEnum<PrestoAuthenticationType>
The authentication mechanism used to connect to the Presto server.
  • Field Details

  • Constructor Details

    • PrestoAuthenticationType

      public PrestoAuthenticationType()
  • Method Details

    • fromString

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

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