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

ServiceNowLinkedService(Object, ServiceNowAuthenticationType) 构造函数

定义

初始化 ServiceNowLinkedService 的新实例。

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

参数

endpoint
Object

ServiceNow 服务器的终结点。 (即 <instance.service-now.com) >。

authenticationType
ServiceNowAuthenticationType

可使用的身份验证类型。

例外

endpoint 为 null。

适用于