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.
public class WebBasicAuthentication : Azure.ResourceManager.DataFactory.Models.WebLinkedServiceTypeProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.WebBasicAuthentication>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.WebBasicAuthentication>
public class WebBasicAuthentication : Azure.ResourceManager.DataFactory.Models.WebLinkedServiceTypeProperties
type WebBasicAuthentication = class
inherit WebLinkedServiceTypeProperties
interface IJsonModel<WebBasicAuthentication>
interface IPersistableModel<WebBasicAuthentication>
type WebBasicAuthentication = class
inherit WebLinkedServiceTypeProperties
Public Class WebBasicAuthentication
Inherits WebLinkedServiceTypeProperties
Implements IJsonModel(Of WebBasicAuthentication), IPersistableModel(Of WebBasicAuthentication)
Public Class WebBasicAuthentication
Inherits WebLinkedServiceTypeProperties
- Inheritance
- Implements
Constructors
WebBasicAuthentication(DataFactoryElement<String>, DataFactoryElement<String>, DataFactorySecret) |
Initializes a new instance of WebBasicAuthentication. |
WebBasicAuthentication(DataFactoryElement<String>, DataFactoryElement<String>, DataFactorySecretBaseDefinition) |
Initializes a new instance of WebBasicAuthentication. |
Properties
Password |
The password for Basic authentication. |
Uri |
The URL of the web service endpoint, e.g. https://www.microsoft.com . Type: string (or Expression with resultType string). (Inherited from WebLinkedServiceTypeProperties) |
Username |
User name for Basic authentication. Type: string (or Expression with resultType string). |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from WebLinkedServiceTypeProperties) |