HDInsightMapReduceActivity コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
HDInsightMapReduceActivity の新しいインスタンスを初期化します。
public HDInsightMapReduceActivity (string name, Azure.Core.Expressions.DataFactory.DataFactoryElement<string> className, Azure.Core.Expressions.DataFactory.DataFactoryElement<string> jarFilePath);
new Azure.ResourceManager.DataFactory.Models.HDInsightMapReduceActivity : string * Azure.Core.Expressions.DataFactory.DataFactoryElement<string> * Azure.Core.Expressions.DataFactory.DataFactoryElement<string> -> Azure.ResourceManager.DataFactory.Models.HDInsightMapReduceActivity
Public Sub New (name As String, className As DataFactoryElement(Of String), jarFilePath As DataFactoryElement(Of String))
パラメーター
- name
- String
アクティビティ名。
- className
- DataFactoryElement<String>
クラス名。 型: string (または resultType 文字列を含む式)。
- jarFilePath
- DataFactoryElement<String>
Jar パス。 型: string (または resultType 文字列を含む式)。
例外
name、className、または jarFilePath が null です。