次の方法で共有


ImpalaLinkedService コンストラクター

定義

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

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

パラメーター

host
DataFactoryElement<String>

Impala サーバーの IP アドレスまたはホスト名。 (つまり、192.168.222.160)。

authenticationType
ImpalaAuthenticationType

使用する認証の種類。

例外

host が null です。

適用対象