你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
HDInsightHiveActivity 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
HDInsightHiveActivity()
初始化 HDInsightHiveActivity 类的新实例。
public HDInsightHiveActivity ();
Public Sub New ()
适用于
HDInsightHiveActivity(String, IDictionary<String,Object>, String, IList<ActivityDependency>, IList<UserProperty>, LinkedServiceReference, ActivityPolicy, IList<LinkedServiceReference>, IList<Object>, String, Object, LinkedServiceReference, IDictionary<String,Object>, IList<Object>, Nullable<Int32>)
初始化 HDInsightHiveActivity 类的新实例。
public HDInsightHiveActivity (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, System.Collections.Generic.IList<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, System.Collections.Generic.IList<object> variables = default, int? queryTimeout = default);
new Microsoft.Azure.Management.DataFactory.Models.HDInsightHiveActivity : 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> * System.Collections.Generic.IList<obj> * string * obj * Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference * System.Collections.Generic.IDictionary<string, obj> * System.Collections.Generic.IList<obj> * Nullable<int> -> Microsoft.Azure.Management.DataFactory.Models.HDInsightHiveActivity
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 IList(Of 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, Optional variables As IList(Of Object) = Nothing, Optional queryTimeout As Nullable(Of Integer) = Nothing)
参数
- name
- String
活动名称。
- additionalProperties
- IDictionary<String,Object>
消息中的不匹配属性将对此集合进行反序列化
- description
- String
活动说明。
- dependsOn
- IList<ActivityDependency>
活动取决于条件。
- userProperties
- IList<UserProperty>
活动用户属性。
- linkedServiceName
- LinkedServiceReference
链接服务引用。
- policy
- ActivityPolicy
活动策略。
- storageLinkedServices
- IList<LinkedServiceReference>
存储链接服务引用。
- getDebugInfo
- String
“调试信息”选项。 可能的值包括:“None”、“Always”、“Failure”
- scriptPath
- Object
脚本路径。 类型:包含 resultType 字符串) 的字符串 (或表达式。
- scriptLinkedService
- LinkedServiceReference
脚本链接服务引用。
- defines
- IDictionary<String,Object>
允许用户为 Hive 作业请求指定定义。