WebAnonymousAuthentication Class

Definition

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

[Newtonsoft.Json.JsonObject("Anonymous")]
public class WebAnonymousAuthentication : Microsoft.Azure.Management.DataFactory.Models.WebLinkedServiceTypeProperties
[<Newtonsoft.Json.JsonObject("Anonymous")>]
type WebAnonymousAuthentication = class
    inherit WebLinkedServiceTypeProperties
Public Class WebAnonymousAuthentication
Inherits WebLinkedServiceTypeProperties
Inheritance
WebAnonymousAuthentication
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

WebAnonymousAuthentication()

Initializes a new instance of the WebAnonymousAuthentication class.

WebAnonymousAuthentication(Object)

Initializes a new instance of the WebAnonymousAuthentication class.

Properties

Url

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

(Inherited from WebLinkedServiceTypeProperties)

Methods

Validate()

Validate the object.

Applies to