次の方法で共有


HDInsightMapReduceActivity コンストラクター

定義

オーバーロード

HDInsightMapReduceActivity()

HDInsightMapReduceActivity クラスの新しいインスタンスを初期化します。

HDInsightMapReduceActivity(String, Object, Object, IDictionary<String, Object>, String, IList<ActivityDependency>, IList<UserProperty>, LinkedServiceReference, ActivityPolicy, IList<LinkedServiceReference>, IList<Object>, String, LinkedServiceReference, IList<Object>, IDictionary<String,Object>)

HDInsightMapReduceActivity クラスの新しいインスタンスを初期化します。

HDInsightMapReduceActivity()

HDInsightMapReduceActivity クラスの新しいインスタンスを初期化します。

public HDInsightMapReduceActivity ();
Public Sub New ()

適用対象

HDInsightMapReduceActivity(String, Object, Object, IDictionary<String, Object>, String, IList<ActivityDependency>, IList<UserProperty>, LinkedServiceReference, ActivityPolicy, IList<LinkedServiceReference>, IList<Object>, String, LinkedServiceReference, IList<Object>, IDictionary<String,Object>)

HDInsightMapReduceActivity クラスの新しいインスタンスを初期化します。

public HDInsightMapReduceActivity (string name, object className, object jarFilePath, System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string description = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.ActivityDependency> dependsOn = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.UserProperty> userProperties = default, Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference linkedServiceName = default, Microsoft.Azure.Management.DataFactory.Models.ActivityPolicy policy = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference> storageLinkedServices = default, System.Collections.Generic.IList<object> arguments = default, string getDebugInfo = default, Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference jarLinkedService = default, System.Collections.Generic.IList<object> jarLibs = default, System.Collections.Generic.IDictionary<string,object> defines = default);
new Microsoft.Azure.Management.DataFactory.Models.HDInsightMapReduceActivity : string * obj * obj * System.Collections.Generic.IDictionary<string, obj> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.ActivityDependency> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.UserProperty> * Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference * Microsoft.Azure.Management.DataFactory.Models.ActivityPolicy * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference> * System.Collections.Generic.IList<obj> * string * Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference * System.Collections.Generic.IList<obj> * System.Collections.Generic.IDictionary<string, obj> -> Microsoft.Azure.Management.DataFactory.Models.HDInsightMapReduceActivity
Public Sub New (name As String, className As Object, jarFilePath As Object, Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional description As String = Nothing, Optional dependsOn As IList(Of ActivityDependency) = Nothing, Optional userProperties As IList(Of UserProperty) = Nothing, Optional linkedServiceName As LinkedServiceReference = Nothing, Optional policy As ActivityPolicy = Nothing, Optional storageLinkedServices As IList(Of LinkedServiceReference) = Nothing, Optional arguments As IList(Of Object) = Nothing, Optional getDebugInfo As String = Nothing, Optional jarLinkedService As LinkedServiceReference = Nothing, Optional jarLibs As IList(Of Object) = Nothing, Optional defines As IDictionary(Of String, Object) = Nothing)

パラメーター

name
String

アクティビティ名。

className
Object

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

jarFilePath
Object

Jar パス。 型: string (または resultType 文字列を含む式)。

additionalProperties
IDictionary<String,Object>

メッセージの一致しないプロパティは、このコレクションを逆シリアル化します

description
String

アクティビティの説明。

dependsOn
IList<ActivityDependency>

アクティビティは条件によって異なります。

userProperties
IList<UserProperty>

アクティビティ ユーザーのプロパティ。

linkedServiceName
LinkedServiceReference

リンクされたサービス 参照。

policy
ActivityPolicy

アクティビティ ポリシー。

storageLinkedServices
IList<LinkedServiceReference>

ストレージのリンクされたサービス参照。

arguments
IList<Object>

HDInsightActivity に対してユーザーが指定した引数。

getDebugInfo
String

[デバッグ情報] オプション。 使用可能な値は、'None'、'Always'、'Failure' です。

jarLinkedService
LinkedServiceReference

Jar のリンクされたサービス 参照。

jarLibs
IList<Object>

Jar libs。

defines
IDictionary<String,Object>

MapReduce ジョブ要求の定義をユーザーが指定できるようにします。

適用対象