次の方法で共有


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

定義

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

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

パラメーター

host
DataFactoryElement<String>

Shopify サーバーのエンドポイント。 (つまり、mystore.myshopify.com)。

例外

host が null です。

適用対象