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

WebLinkedServiceTypeProperties 类

定义

WebLinkedServiceTypeProperties 的基本定义,此 typeProperties 是基于 authenticationType 的多态的,因此在 SDK 模型中不会平展。 请注意 WebLinkedServiceTypeProperties ,是基类。 根据方案,可能需要在此处分配基类的派生类,或者此属性需要强制转换为可能的派生类之一。 可用的派生类包括 WebAnonymousAuthenticationWebBasicAuthenticationWebClientCertificateAuthentication

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.WebLinkedServiceTypeProperties+WebLinkedServiceTypePropertiesConverter))]
public class WebLinkedServiceTypeProperties
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.WebLinkedServiceTypeProperties+WebLinkedServiceTypePropertiesConverter))>]
type WebLinkedServiceTypeProperties = class
Public Class WebLinkedServiceTypeProperties
继承
WebLinkedServiceTypeProperties
派生
属性

构造函数

WebLinkedServiceTypeProperties(Object)

初始化 WebLinkedServiceTypeProperties 的新实例。

属性

Url

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

适用于