DatabricksSparkJarActivity Class
DatabricksSparkJar activity.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.datafactory.models._models_py3.ExecutionActivityDatabricksSparkJarActivity
Constructor
DatabricksSparkJarActivity(*, name: str, main_class_name: Any, additional_properties: Optional[Dict[str, Any]] = None, description: Optional[str] = None, depends_on: Optional[List[_models.ActivityDependency]] = None, user_properties: Optional[List[_models.UserProperty]] = None, linked_service_name: Optional[_models.LinkedServiceReference] = None, policy: Optional[_models.ActivityPolicy] = None, parameters: Optional[List[Any]] = None, libraries: Optional[List[Dict[str, Any]]] = None, **kwargs)
Variables
Unmatched properties from the message are deserialized to this collection.
- name
- str
Required. Activity name.
- type
- str
Required. Type of activity.Constant filled by server.
- description
- str
Activity description.
- depends_on
- list[ActivityDependency]
Activity depends on condition.
- user_properties
- list[UserProperty]
Activity user properties.
- linked_service_name
- LinkedServiceReference
Linked service reference.
- policy
- ActivityPolicy
Activity policy.
- main_class_name
- any
Required. The full name of the class containing the main method to be executed. This class must be contained in a JAR provided as a library. Type: string (or Expression with resultType string).
Feedback
Submit and view feedback for