DatabricksSparkPythonActivity Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
DatabricksSparkPython activity.
[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("DatabricksSparkPython")]
public class DatabricksSparkPythonActivity : Microsoft.Azure.Management.DataFactory.Models.ExecutionActivity
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("DatabricksSparkPython")>]
type DatabricksSparkPythonActivity = class
inherit ExecutionActivity
Public Class DatabricksSparkPythonActivity
Inherits ExecutionActivity
- Inheritance
- Attributes
-
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute
Constructors
DatabricksSparkPythonActivity() |
Initializes a new instance of the DatabricksSparkPythonActivity class. |
DatabricksSparkPythonActivity(String, Object, IDictionary<String, Object>, String, IList<ActivityDependency>, IList<UserProperty>, LinkedServiceReference, ActivityPolicy, IList<Object>, IList<IDictionary<String, Object>>) |
Initializes a new instance of the DatabricksSparkPythonActivity class. |
Properties
AdditionalProperties |
Gets or sets unmatched properties from the message are deserialized this collection (Inherited from Activity) |
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) |
Parameters |
Gets or sets command line parameters that will be passed to the Python file. |
Policy |
Gets or sets activity policy. (Inherited from ExecutionActivity) |
PythonFile |
Gets or sets the URI of the Python file to be executed. DBFS paths are supported. Type: string (or Expression with resultType string). |
UserProperties |
Gets or sets activity user properties. (Inherited from Activity) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET