Class SparkAuthenticationType

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

public final class SparkAuthenticationType extends com.azure.core.util.ExpandableStringEnum<SparkAuthenticationType>
The authentication method used to access the Spark server.
  • Field Details

    • ANONYMOUS

      public static final SparkAuthenticationType ANONYMOUS
      Static value Anonymous for SparkAuthenticationType.
    • USERNAME

      public static final SparkAuthenticationType USERNAME
      Static value Username for SparkAuthenticationType.
    • USERNAME_AND_PASSWORD

      public static final SparkAuthenticationType USERNAME_AND_PASSWORD
      Static value UsernameAndPassword for SparkAuthenticationType.
    • WINDOWS_AZURE_HDINSIGHT_SERVICE

      public static final SparkAuthenticationType WINDOWS_AZURE_HDINSIGHT_SERVICE
      Static value WindowsAzureHDInsightService for SparkAuthenticationType.
  • Constructor Details

    • SparkAuthenticationType

      public SparkAuthenticationType()
  • Method Details

    • fromString

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

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