Uses of Class
com.azure.resourcemanager.datafactory.models.DatabricksSparkPythonActivity
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of DatabricksSparkPythonActivity in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionDatabricksSparkPythonActivity.withDependsOn
(List<ActivityDependency> dependsOn) Set the dependsOn property: Activity depends on condition.DatabricksSparkPythonActivity.withDescription
(String description) Set the description property: Activity description.DatabricksSparkPythonActivity.withLibraries
(List<Map<String, Object>> libraries) Set the libraries property: A list of libraries to be installed on the cluster that will execute the job.DatabricksSparkPythonActivity.withLinkedServiceName
(LinkedServiceReference linkedServiceName) Set the linkedServiceName property: Linked service reference.Set the name property: Activity name.DatabricksSparkPythonActivity.withParameters
(List<Object> parameters) Set the parameters property: Command line parameters that will be passed to the Python file.DatabricksSparkPythonActivity.withPolicy
(ActivityPolicy policy) Set the policy property: Activity policy.DatabricksSparkPythonActivity.withPythonFile
(Object pythonFile) Set the pythonFile property: The URI of the Python file to be executed.DatabricksSparkPythonActivity.withUserProperties
(List<UserProperty> userProperties) Set the userProperties property: Activity user properties.