次の方法で共有


MarketoLinkedService コンストラクター

定義

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

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

パラメーター

endpoint
DataFactoryElement<String>

Marketo サーバーのエンドポイント。 (つまり、123-ABC-321.mktorest.com)。

clientId
DataFactoryElement<String>

Marketo サービスのクライアント ID。

例外

endpoint または clientId が null です。

適用対象