WebBasicAuthentication Constructors
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.
Overloads
WebBasicAuthentication() |
Initializes a new instance of the WebBasicAuthentication class. |
WebBasicAuthentication(Object, Object, SecretBase) |
Initializes a new instance of the WebBasicAuthentication class. |
WebBasicAuthentication()
Initializes a new instance of the WebBasicAuthentication class.
public WebBasicAuthentication ();
Public Sub New ()
Applies to
WebBasicAuthentication(Object, Object, SecretBase)
Initializes a new instance of the WebBasicAuthentication class.
public WebBasicAuthentication (object url, object username, Microsoft.Azure.Management.DataFactory.Models.SecretBase password);
new Microsoft.Azure.Management.DataFactory.Models.WebBasicAuthentication : obj * obj * Microsoft.Azure.Management.DataFactory.Models.SecretBase -> Microsoft.Azure.Management.DataFactory.Models.WebBasicAuthentication
Public Sub New (url As Object, username As Object, password As SecretBase)
Parameters
- url
- Object
The URL of the web service endpoint, e.g. https://www.microsoft.com . Type: string (or Expression with resultType string).
- username
- Object
User name for Basic authentication. Type: string (or Expression with resultType string).
- password
- SecretBase
The password for Basic authentication.
Applies to
Azure SDK for .NET