WebBasicAuthentication Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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
Azure SDK for .NET