Partager via


HDInsightMapReduceActivity Constructeurs

Définition

Surcharges

HDInsightMapReduceActivity()

Initialise une nouvelle instance de la classe HDInsightMapReduceActivity.

HDInsightMapReduceActivity(String, Object, Object, IDictionary<String, Object>, String, IList<ActivityDependency>, IList<UserProperty>, LinkedServiceReference, ActivityPolicy, IList<LinkedServiceReference>, IList<Object>, String, LinkedServiceReference, IList<Object>, IDictionary<String,Object>)

Initialise une nouvelle instance de la classe HDInsightMapReduceActivity.

HDInsightMapReduceActivity()

Initialise une nouvelle instance de la classe HDInsightMapReduceActivity.

public HDInsightMapReduceActivity ();
Public Sub New ()

S’applique à

HDInsightMapReduceActivity(String, Object, Object, IDictionary<String, Object>, String, IList<ActivityDependency>, IList<UserProperty>, LinkedServiceReference, ActivityPolicy, IList<LinkedServiceReference>, IList<Object>, String, LinkedServiceReference, IList<Object>, IDictionary<String,Object>)

Initialise une nouvelle instance de la classe HDInsightMapReduceActivity.

public HDInsightMapReduceActivity (string name, object className, object jarFilePath, System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string description = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.ActivityDependency> dependsOn = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.UserProperty> userProperties = default, Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference linkedServiceName = default, Microsoft.Azure.Management.DataFactory.Models.ActivityPolicy policy = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference> storageLinkedServices = default, System.Collections.Generic.IList<object> arguments = default, string getDebugInfo = default, Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference jarLinkedService = default, System.Collections.Generic.IList<object> jarLibs = default, System.Collections.Generic.IDictionary<string,object> defines = default);
new Microsoft.Azure.Management.DataFactory.Models.HDInsightMapReduceActivity : string * obj * obj * System.Collections.Generic.IDictionary<string, obj> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.ActivityDependency> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.UserProperty> * Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference * Microsoft.Azure.Management.DataFactory.Models.ActivityPolicy * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference> * System.Collections.Generic.IList<obj> * string * Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference * System.Collections.Generic.IList<obj> * System.Collections.Generic.IDictionary<string, obj> -> Microsoft.Azure.Management.DataFactory.Models.HDInsightMapReduceActivity
Public Sub New (name As String, className As Object, jarFilePath As Object, Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional description As String = Nothing, Optional dependsOn As IList(Of ActivityDependency) = Nothing, Optional userProperties As IList(Of UserProperty) = Nothing, Optional linkedServiceName As LinkedServiceReference = Nothing, Optional policy As ActivityPolicy = Nothing, Optional storageLinkedServices As IList(Of LinkedServiceReference) = Nothing, Optional arguments As IList(Of Object) = Nothing, Optional getDebugInfo As String = Nothing, Optional jarLinkedService As LinkedServiceReference = Nothing, Optional jarLibs As IList(Of Object) = Nothing, Optional defines As IDictionary(Of String, Object) = Nothing)

Paramètres

name
String

Nom de l’activité.

className
Object

Nom de la classe. Type : chaîne (ou Expression avec chaîne resultType).

jarFilePath
Object

Chemin d’accès jar. Type : chaîne (ou Expression avec chaîne resultType).

additionalProperties
IDictionary<String,Object>

Les propriétés sans correspondance du message sont désérialisées dans cette collection

description
String

Description de l’activité.

dependsOn
IList<ActivityDependency>

L’activité dépend de la condition.

userProperties
IList<UserProperty>

Propriétés utilisateur de l’activité.

linkedServiceName
LinkedServiceReference

Informations de référence sur les services liés.

policy
ActivityPolicy

Stratégie d’activité.

storageLinkedServices
IList<LinkedServiceReference>

Références de service lié de stockage.

arguments
IList<Object>

L’utilisateur a spécifié des arguments à HDInsightActivity.

getDebugInfo
String

Option d’informations de débogage. Les valeurs possibles sont les suivantes : « None », « Always », « Failure »

jarLinkedService
LinkedServiceReference

Informations de référence sur le service lié jar.

jarLibs
IList<Object>

Bibliothèques jar.

defines
IDictionary<String,Object>

Permet à l’utilisateur de spécifier des définitions pour la demande de travail MapReduce.

S’applique à