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

HDInsightPigActivity 构造函数

定义

重载

HDInsightPigActivity()

初始化 HDInsightPigActivity 类的新实例。

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

初始化 HDInsightPigActivity 类的新实例。

HDInsightPigActivity()

初始化 HDInsightPigActivity 类的新实例。

public HDInsightPigActivity ();
Public Sub New ()

适用于

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

初始化 HDInsightPigActivity 类的新实例。

public HDInsightPigActivity (string name, 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, object arguments = default, string getDebugInfo = default, object scriptPath = default, Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference scriptLinkedService = default, System.Collections.Generic.IDictionary<string,object> defines = default);
new Microsoft.Azure.Management.DataFactory.Models.HDInsightPigActivity : string * 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> * obj * string * obj * Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference * System.Collections.Generic.IDictionary<string, obj> -> Microsoft.Azure.Management.DataFactory.Models.HDInsightPigActivity
Public Sub New (name As String, 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 Object = Nothing, Optional getDebugInfo As String = Nothing, Optional scriptPath As Object = Nothing, Optional scriptLinkedService As LinkedServiceReference = Nothing, Optional defines As IDictionary(Of String, Object) = Nothing)

参数

name
String

活动名称。

additionalProperties
IDictionary<String,Object>

此集合反序列化消息中的不匹配属性

description
String

活动说明。

dependsOn
IList<ActivityDependency>

活动取决于条件。

userProperties
IList<UserProperty>

活动用户属性。

linkedServiceName
LinkedServiceReference

链接服务引用。

policy
ActivityPolicy

活动策略。

storageLinkedServices
IList<LinkedServiceReference>

存储链接服务引用。

arguments
Object

用户为 HDInsightActivity 指定参数。 类型:array (或 expression with resultType array) 。

getDebugInfo
String

调试信息选项。 可能的值包括:“None”、“Always”、“Failure”

scriptPath
Object

脚本路径。 类型:字符串 (或带有 resultType 字符串) 的表达式。

scriptLinkedService
LinkedServiceReference

脚本链接服务引用。

defines
IDictionary<String,Object>

允许用户为 Pig 作业请求指定定义。

适用于