次の方法で共有


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

定義

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

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

パラメーター

uri
DataFactoryElement<String>

HDFS サービス エンドポイントの URL (例: )。 http://myhostname:50070/webhdfs/v1 型: string (または resultType 文字列を含む式)。

例外

uri が null です。

適用対象