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

DatabricksNotebookActivity(String, Object) Constructor

Definition

Initializes a new instance of DatabricksNotebookActivity.

public DatabricksNotebookActivity(string name, object notebookPath);
new Azure.Analytics.Synapse.Artifacts.Models.DatabricksNotebookActivity : string * obj -> Azure.Analytics.Synapse.Artifacts.Models.DatabricksNotebookActivity
Public Sub New (name As String, notebookPath As Object)

Parameters

name
String

Activity name.

notebookPath
Object

The absolute path of the notebook to be run in the Databricks Workspace. This path must begin with a slash. Type: string (or Expression with resultType string).

Exceptions

name or notebookPath is null.

Applies to