Class WebAnonymousAuthentication


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

      • WebAnonymousAuthentication

        public WebAnonymousAuthentication()
    • Method Detail

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