HDInsightMapReduceActivity(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 HDInsightMapReduceActivity.
public HDInsightMapReduceActivity (string name, object className, object jarFilePath);
new Azure.Analytics.Synapse.Artifacts.Models.HDInsightMapReduceActivity : string * obj * obj -> Azure.Analytics.Synapse.Artifacts.Models.HDInsightMapReduceActivity
Public Sub New (name As String, className As Object, jarFilePath As Object)
Parameters
- name
- String
Activity name.
- className
- Object
Class name. Type: string (or Expression with resultType string).
- jarFilePath
- Object
Jar path. Type: string (or Expression with resultType string).
Exceptions
name
, className
or jarFilePath
is null.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET