WebBasicAuthentication Class

Definition

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

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

Constructors

WebBasicAuthentication()

Initializes a new instance of the WebBasicAuthentication class.

WebBasicAuthentication(Object, Object, SecretBase)

Initializes a new instance of the WebBasicAuthentication class.

Properties

Password

Gets or sets the password for Basic authentication.

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)
Username

Gets or sets user name for Basic authentication. Type: string (or Expression with resultType string).

Methods

Validate()

Validate the object.

Applies to