Show / Hide Table of Contents

Class WebAnonymousAuthentication

A WebLinkedService that uses anonymous authentication to communicate with an HTTP endpoint.

Inheritance
System.Object
WebLinkedServiceTypeProperties
WebAnonymousAuthentication
Inherited Members
WebLinkedServiceTypeProperties.Url
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

url is null.

Back to top Azure SDK for .NET