Class WebAnonymousAuthentication
A WebLinkedService that uses anonymous authentication to communicate with an HTTP endpoint.
Inherited Members
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Analytics.Synapse.Artifacts.dll
Syntax
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.WebAnonymousAuthentication/WebAnonymousAuthenticationConverter))]
public class WebAnonymousAuthentication : Azure.Analytics.Synapse.Artifacts.Models.WebLinkedServiceTypeProperties
Constructors
WebAnonymousAuthentication(Object)
Initializes a new instance of WebAnonymousAuthentication.
Declaration
public WebAnonymousAuthentication (object url);
Parameters
|
System.Object
url
The URL of the web service endpoint, e.g. http://www.microsoft.com . Type: string (or Expression with resultType string). |
Exceptions
|
System.ArgumentNullException
|