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

WebAnonymousAuthentication 类

定义

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

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

构造函数

WebAnonymousAuthentication(DataFactoryElement<String>)

初始化 WebAnonymousAuthentication 的新实例。

属性

Uri

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

(继承自 WebLinkedServiceTypeProperties)

适用于