次の方法で共有


PaypalLinkedService コンストラクター

定義

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

public PaypalLinkedService (Azure.Core.Expressions.DataFactory.DataFactoryElement<string> host, Azure.Core.Expressions.DataFactory.DataFactoryElement<string> clientId);
new Azure.ResourceManager.DataFactory.Models.PaypalLinkedService : Azure.Core.Expressions.DataFactory.DataFactoryElement<string> * Azure.Core.Expressions.DataFactory.DataFactoryElement<string> -> Azure.ResourceManager.DataFactory.Models.PaypalLinkedService
Public Sub New (host As DataFactoryElement(Of String), clientId As DataFactoryElement(Of String))

パラメーター

host
DataFactoryElement<String>

PayPal インスタンスの URL。 (つまり、api.sandbox.paypal.com)。

clientId
DataFactoryElement<String>

PayPal アプリケーションに関連付けられているクライアント ID。

例外

host または clientId が null です。

適用対象