Uses of Class
com.azure.analytics.synapse.artifacts.models.DatabricksSparkJarActivity
Package
Description
Package containing the data models for ArtifactsClient.
-
Uses of DatabricksSparkJarActivity in com.azure.analytics.synapse.artifacts.models
Modifier and TypeMethodDescriptionDatabricksSparkJarActivity.setDependsOn
(List<ActivityDependency> dependsOn) Set the dependsOn property: Activity depends on condition.DatabricksSparkJarActivity.setDescription
(String description) Set the description property: Activity description.DatabricksSparkJarActivity.setLibraries
(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.setLinkedServiceName
(LinkedServiceReference linkedServiceName) Set the linkedServiceName property: Linked service reference.DatabricksSparkJarActivity.setMainClassName
(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.setParameters
(List<Object> parameters) Set the parameters property: Parameters that will be passed to the main method.DatabricksSparkJarActivity.setPolicy
(ActivityPolicy policy) Set the policy property: Activity policy.DatabricksSparkJarActivity.setUserProperties
(List<UserProperty> userProperties) Set the userProperties property: Activity user properties.