Class SparkAuthenticationType


  • public final class SparkAuthenticationType
    extends com.azure.core.util.ExpandableStringEnum<SparkAuthenticationType>
    Defines values for SparkAuthenticationType.
    • Field Detail

      • 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 Detail

      • SparkAuthenticationType

        public SparkAuthenticationType()
    • Method Detail

      • 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.