Freigeben über


WebBasicAuthentication Konstruktor

Definition

Initialisiert eine neue instance von WebBasicAuthentication.

public WebBasicAuthentication (Azure.Core.Expressions.DataFactory.DataFactoryElement<string> uri, Azure.Core.Expressions.DataFactory.DataFactoryElement<string> username, Azure.Core.Expressions.DataFactory.DataFactorySecretBaseDefinition password);
new Azure.ResourceManager.DataFactory.Models.WebBasicAuthentication : Azure.Core.Expressions.DataFactory.DataFactoryElement<string> * Azure.Core.Expressions.DataFactory.DataFactoryElement<string> * Azure.Core.Expressions.DataFactory.DataFactorySecretBaseDefinition -> Azure.ResourceManager.DataFactory.Models.WebBasicAuthentication
Public Sub New (uri As DataFactoryElement(Of String), username As DataFactoryElement(Of String), password As DataFactorySecretBaseDefinition)

Parameter

uri
DataFactoryElement<String>

Die URL des Webdienstendpunkts, z. B. https://www.microsoft.com . Typ: string (oder Ausdruck mit resultType-Zeichenfolge).

username
DataFactoryElement<String>

Benutzername für die Standardauthentifizierung. Typ: string (oder Ausdruck mit resultType-Zeichenfolge).

password
DataFactorySecretBaseDefinition

Das Kennwort für die Standardauthentifizierung.

Ausnahmen

uri, username oder password ist NULL.

Gilt für: