你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

WebBasicAuthentication 构造函数

定义

重载

WebBasicAuthentication()

初始化 WebBasicAuthentication 类的新实例。

WebBasicAuthentication(Object, Object, SecretBase)

初始化 WebBasicAuthentication 类的新实例。

WebBasicAuthentication()

初始化 WebBasicAuthentication 类的新实例。

public WebBasicAuthentication ();
Public Sub New ()

适用于

WebBasicAuthentication(Object, Object, SecretBase)

初始化 WebBasicAuthentication 类的新实例。

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)

参数

url
Object

Web 服务终结点的 URL,例如 https://www.microsoft.com 。 类型:包含 resultType 字符串) 的字符串 (或表达式。

username
Object

基本身份验证的用户名。 类型:包含 resultType 字符串) 的字符串 (或表达式。

password
SecretBase

基本身份验证的密码。

适用于