Share via


DatabricksNotebookActivity Class

Definition

DatabricksNotebook activity.

[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("DatabricksNotebook")]
public class DatabricksNotebookActivity : Microsoft.Azure.Management.DataFactory.Models.ExecutionActivity
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("DatabricksNotebook")>]
type DatabricksNotebookActivity = class
    inherit ExecutionActivity
Public Class DatabricksNotebookActivity
Inherits ExecutionActivity
Inheritance
DatabricksNotebookActivity
Attributes
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute

Constructors

DatabricksNotebookActivity()

Initializes a new instance of the DatabricksNotebookActivity class.

DatabricksNotebookActivity(String, Object, IDictionary<String, Object>, String, IList<ActivityDependency>, IList<UserProperty>, LinkedServiceReference, ActivityPolicy, IDictionary<String,Object>, IList<IDictionary<String,Object>>)

Initializes a new instance of the DatabricksNotebookActivity class.

Properties

AdditionalProperties

Gets or sets unmatched properties from the message are deserialized this collection

(Inherited from Activity)
BaseParameters

Gets or sets base parameters to be used for each run of this job.If the notebook takes a parameter that is not specified, the default value from the notebook will be used.

DependsOn

Gets or sets activity depends on condition.

(Inherited from Activity)
Description

Gets or sets activity description.

(Inherited from Activity)
Libraries

Gets or sets a list of libraries to be installed on the cluster that will execute the job.

LinkedServiceName

Gets or sets linked service reference.

(Inherited from ExecutionActivity)
Name

Gets or sets activity name.

(Inherited from Activity)
NotebookPath

Gets or sets the absolute path of the notebook to be run in the Databricks Workspace. This path must begin with a slash. Type: string (or Expression with resultType string).

Policy

Gets or sets activity policy.

(Inherited from ExecutionActivity)
UserProperties

Gets or sets activity user properties.

(Inherited from Activity)

Methods

Validate()

Validate the object.

Applies to