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

WebAnonymousAuthentication 类

定义

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

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.WebAnonymousAuthentication+WebAnonymousAuthenticationConverter))]
public class WebAnonymousAuthentication : Azure.Analytics.Synapse.Artifacts.Models.WebLinkedServiceTypeProperties
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.WebAnonymousAuthentication+WebAnonymousAuthenticationConverter))>]
type WebAnonymousAuthentication = class
    inherit WebLinkedServiceTypeProperties
Public Class WebAnonymousAuthentication
Inherits WebLinkedServiceTypeProperties
继承
WebAnonymousAuthentication
属性

构造函数

WebAnonymousAuthentication(Object)

初始化 WebAnonymousAuthentication 的新实例。

属性

Url

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

(继承自 WebLinkedServiceTypeProperties)

适用于