次の方法で共有


ServiceNowLinkedService コンストラクター

定義

ServiceNowLinkedService の新しいインスタンスを初期化します。

public ServiceNowLinkedService (Azure.Core.Expressions.DataFactory.DataFactoryElement<string> endpoint, Azure.ResourceManager.DataFactory.Models.ServiceNowAuthenticationType authenticationType);
new Azure.ResourceManager.DataFactory.Models.ServiceNowLinkedService : Azure.Core.Expressions.DataFactory.DataFactoryElement<string> * Azure.ResourceManager.DataFactory.Models.ServiceNowAuthenticationType -> Azure.ResourceManager.DataFactory.Models.ServiceNowLinkedService
Public Sub New (endpoint As DataFactoryElement(Of String), authenticationType As ServiceNowAuthenticationType)

パラメーター

endpoint
DataFactoryElement<String>

ServiceNow サーバーのエンドポイント。 (つまり <、instance.service-now.com>)。

authenticationType
ServiceNowAuthenticationType

使用する認証の種類。

例外

endpoint が null です。

適用対象