Compartir a través de


HDInsightMapReduceActivity Constructores

Definición

Sobrecargas

HDInsightMapReduceActivity()

Inicializa una nueva instancia de la clase 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>)

Inicializa una nueva instancia de la clase HDInsightMapReduceActivity.

HDInsightMapReduceActivity()

Inicializa una nueva instancia de la clase HDInsightMapReduceActivity.

public HDInsightMapReduceActivity ();
Public Sub New ()

Se aplica a

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>)

Inicializa una nueva instancia de la clase 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)

Parámetros

name
String

Nombre de la actividad.

className
Object

Nombre de clase. Tipo: cadena (o Expresión con cadena resultType).

jarFilePath
Object

Ruta de acceso jar. Tipo: cadena (o Expresión con cadena resultType).

additionalProperties
IDictionary<String,Object>

Las propiedades no coincidentes del mensaje se deserializan en esta colección

description
String

Descripción de la actividad.

dependsOn
IList<ActivityDependency>

La actividad depende de la condición.

userProperties
IList<UserProperty>

Propiedades del usuario de actividad.

linkedServiceName
LinkedServiceReference

Referencia del servicio vinculado.

policy
ActivityPolicy

Directiva de actividad.

storageLinkedServices
IList<LinkedServiceReference>

Referencias de servicio vinculado de almacenamiento.

arguments
IList<Object>

Argumentos especificados por el usuario en HDInsightActivity.

getDebugInfo
String

Opción de información de depuración. Entre los valores posibles se incluyen: "None", "Always", "Failure"

jarLinkedService
LinkedServiceReference

Referencia del servicio vinculado jar.

jarLibs
IList<Object>

Bibliotecas jar.

defines
IDictionary<String,Object>

Permite al usuario especificar las define para la solicitud de trabajo de MapReduce.

Se aplica a