Uses of Class
com.azure.resourcemanager.datafactory.models.DatabricksSparkJarActivity
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of DatabricksSparkJarActivity in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionDatabricksSparkJarActivity.withDependsOn
(List<ActivityDependency> dependsOn) Set the dependsOn property: Activity depends on condition.DatabricksSparkJarActivity.withDescription
(String description) Set the description property: Activity description.DatabricksSparkJarActivity.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.DatabricksSparkJarActivity.withLinkedServiceName
(LinkedServiceReference linkedServiceName) Set the linkedServiceName property: Linked service reference.DatabricksSparkJarActivity.withMainClassName
(Object mainClassName) Set the mainClassName property: The full name of the class containing the main method to be executed.Set the name property: Activity name.DatabricksSparkJarActivity.withParameters
(List<Object> parameters) Set the parameters property: Parameters that will be passed to the main method.DatabricksSparkJarActivity.withPolicy
(ActivityPolicy policy) Set the policy property: Activity policy.DatabricksSparkJarActivity.withUserProperties
(List<UserProperty> userProperties) Set the userProperties property: Activity user properties.