Class WebAuthenticationType

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

public final class WebAuthenticationType extends ExpandableStringEnum<WebAuthenticationType>
Defines values for WebAuthenticationType.
  • Field Details

    • BASIC

      public static final WebAuthenticationType BASIC
      Static value Basic for WebAuthenticationType.
    • ANONYMOUS

      public static final WebAuthenticationType ANONYMOUS
      Static value Anonymous for WebAuthenticationType.
    • CLIENT_CERTIFICATE

      public static final WebAuthenticationType CLIENT_CERTIFICATE
      Static value ClientCertificate for WebAuthenticationType.
  • Constructor Details

    • WebAuthenticationType

      public WebAuthenticationType()
  • Method Details

    • fromString

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

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