Class WebAnonymousAuthentication

java.lang.Object
com.azure.analytics.synapse.artifacts.models.WebLinkedServiceTypeProperties
com.azure.analytics.synapse.artifacts.models.WebAnonymousAuthentication

public final class WebAnonymousAuthentication extends WebLinkedServiceTypeProperties
A WebLinkedService that uses anonymous authentication to communicate with an HTTP endpoint.
  • Constructor Details

    • WebAnonymousAuthentication

      public WebAnonymousAuthentication()
  • Method Details

    • setUrl

      public WebAnonymousAuthentication setUrl(Object url)
      Set the url property: The URL of the web service endpoint, e.g. http://www.microsoft.com . Type: string (or Expression with resultType string).
      Overrides:
      setUrl in class WebLinkedServiceTypeProperties
      Parameters:
      url - the url value to set.
      Returns:
      the WebLinkedServiceTypeProperties object itself.