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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.