次の方法で共有


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

定義

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

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

パラメーター

host
DataFactoryElement<String>

Magento インスタンスの URL。 (つまり、192.168.222.110/magento3)。

例外

host が null です。

適用対象