次の方法で共有


HubspotLinkedService(DataFactoryElement<String>) コンストラクター

定義

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

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

パラメーター

clientId
DataFactoryElement<String>

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

例外

clientId が null です。

適用対象