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

DatabricksNotebookActivity 构造函数

定义

重载

DatabricksNotebookActivity()

初始化 DatabricksNotebookActivity 类的新实例。

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

初始化 DatabricksNotebookActivity 类的新实例。

DatabricksNotebookActivity()

初始化 DatabricksNotebookActivity 类的新实例。

public DatabricksNotebookActivity ();
Public Sub New ()

适用于

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

初始化 DatabricksNotebookActivity 类的新实例。

public DatabricksNotebookActivity (string name, object notebookPath, 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.IDictionary<string,object> baseParameters = default, System.Collections.Generic.IList<System.Collections.Generic.IDictionary<string,object>> libraries = default);
new Microsoft.Azure.Management.DataFactory.Models.DatabricksNotebookActivity : string * 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.IDictionary<string, obj> * System.Collections.Generic.IList<System.Collections.Generic.IDictionary<string, obj>> -> Microsoft.Azure.Management.DataFactory.Models.DatabricksNotebookActivity
Public Sub New (name As String, notebookPath 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 baseParameters As IDictionary(Of String, Object) = Nothing, Optional libraries As IList(Of IDictionary(Of String, Object)) = Nothing)

参数

name
String

活动名称。

notebookPath
Object

要在 Databricks 工作区中运行的 Notebook 的绝对路径。 此路径必须以斜杠开头。 类型:包含 resultType 字符串) 的字符串 (或表达式。

additionalProperties
IDictionary<String,Object>

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

description
String

活动说明。

dependsOn
IList<ActivityDependency>

活动取决于条件。

userProperties
IList<UserProperty>

活动用户属性。

linkedServiceName
LinkedServiceReference

链接服务引用。

policy
ActivityPolicy

活动策略。

baseParameters
IDictionary<String,Object>

要用于此作业的每次运行的基本参数。如果笔记本采用未指定的参数,则将使用笔记本中的默认值。

libraries
IList<IDictionary<String,Object>>

要安装在将执行作业的群集上的库列表。

适用于