HDInsightSparkActivity(String, Object, Object) Constructor
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.
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
Azure SDK for .NET