Share via


HDInsightSparkActivity(String, Object, Object) Constructor

Definition

Initializes a new instance of HDInsightSparkActivity.

public HDInsightSparkActivity (string name, object rootPath, object entryFilePath);
new Azure.Analytics.Synapse.Artifacts.Models.HDInsightSparkActivity : string * obj * obj -> Azure.Analytics.Synapse.Artifacts.Models.HDInsightSparkActivity
Public Sub New (name As String, rootPath As Object, entryFilePath As Object)

Parameters

name
String

Activity name.

rootPath
Object

The root path in 'sparkJobLinkedService' for all the job’s files. Type: string (or Expression with resultType string).

entryFilePath
Object

The relative path to the root folder of the code/package to be executed. Type: string (or Expression with resultType string).

Exceptions

name, rootPath or entryFilePath is null.

Applies to