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

WebBasicAuthentication 类

定义

使用基本身份验证与 HTTP 终结点通信的 WebLinkedService。

public class WebBasicAuthentication : Azure.ResourceManager.DataFactory.Models.WebLinkedServiceTypeProperties
type WebBasicAuthentication = class
    inherit WebLinkedServiceTypeProperties
Public Class WebBasicAuthentication
Inherits WebLinkedServiceTypeProperties
继承
WebBasicAuthentication

构造函数

WebBasicAuthentication(DataFactoryElement<String>, DataFactoryElement<String>, DataFactorySecretBaseDefinition)

初始化 WebBasicAuthentication 的新实例。

属性

Password

基本身份验证的密码。

Uri

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

(继承自 WebLinkedServiceTypeProperties)
Username

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

适用于