Class WebAuthenticationType

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

public final class WebAuthenticationType extends com.azure.core.util.ExpandableStringEnum<WebAuthenticationType>
Type of authentication used to connect to the web table source.
  • 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()
      Gets known WebAuthenticationType values.
      Returns:
      known WebAuthenticationType values.