次の方法で共有


DatabricksSparkPythonActivity コンストラクター

定義

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

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

パラメーター

name
String

アクティビティ名。

pythonFile
DataFactoryElement<String>

実行される Python ファイルの URI。 DBFS パスがサポートされています。 型: string (または resultType 文字列を含む式)。

例外

name または pythonFile が null です。

適用対象