次の方法で共有


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

定義

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

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

パラメーター

clusterUri
DataFactoryElement<String>

HDInsight クラスター URI。 型: string (または resultType 文字列を含む式)。

例外

clusterUri が null です。

適用対象