WebAnonymousAuthentication Class

Definition

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

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.WebAnonymousAuthentication+WebAnonymousAuthenticationConverter))]
public class WebAnonymousAuthentication : Azure.Analytics.Synapse.Artifacts.Models.WebLinkedServiceTypeProperties
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.WebAnonymousAuthentication+WebAnonymousAuthenticationConverter))>]
type WebAnonymousAuthentication = class
    inherit WebLinkedServiceTypeProperties
Public Class WebAnonymousAuthentication
Inherits WebLinkedServiceTypeProperties
Inheritance
WebAnonymousAuthentication
Attributes

Constructors

WebAnonymousAuthentication(Object)

Initializes a new instance of WebAnonymousAuthentication.

Properties

Url

The URL of the web service endpoint, e.g. http://www.microsoft.com . Type: string (or Expression with resultType string).

(Inherited from WebLinkedServiceTypeProperties)

Applies to