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

RestServiceLinkedService(Object, RestServiceAuthenticationType) 构造函数

定义

初始化 RestServiceLinkedService 的新实例。

public RestServiceLinkedService (object url, Azure.Analytics.Synapse.Artifacts.Models.RestServiceAuthenticationType authenticationType);
new Azure.Analytics.Synapse.Artifacts.Models.RestServiceLinkedService : obj * Azure.Analytics.Synapse.Artifacts.Models.RestServiceAuthenticationType -> Azure.Analytics.Synapse.Artifacts.Models.RestServiceLinkedService
Public Sub New (url As Object, authenticationType As RestServiceAuthenticationType)

参数

url
Object

REST 服务的基 URL。

authenticationType
RestServiceAuthenticationType

用于连接到 REST 服务的身份验证类型。

例外

url 为 null。

适用于