次の方法で共有


DatabricksNotebookActivity(String, DataFactoryElement<String>) コンストラクター

定義

DatabricksNotebookActivity の新しいインスタンスを初期化します。

public DatabricksNotebookActivity (string name, Azure.Core.Expressions.DataFactory.DataFactoryElement<string> notebookPath);
new Azure.ResourceManager.DataFactory.Models.DatabricksNotebookActivity : string * Azure.Core.Expressions.DataFactory.DataFactoryElement<string> -> Azure.ResourceManager.DataFactory.Models.DatabricksNotebookActivity
Public Sub New (name As String, notebookPath As DataFactoryElement(Of String))

パラメーター

name
String

アクティビティ名。

notebookPath
DataFactoryElement<String>

Databricks ワークスペースで実行するノートブックの絶対パスです。 このパスはスラッシュで始まる必要があります。 型: string (または resultType 文字列を含む式)。

例外

name または notebookPath が null です。

適用対象