你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

类名。 类型:包含 resultType 字符串) 的字符串 (或表达式。

jarFilePath
Object

Jar 路径。 类型:包含 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 作业请求指定定义。

适用于