Compartir a través de


HDInsightPigActivity Constructores

Definición

Sobrecargas

HDInsightPigActivity()

Inicializa una nueva instancia de la clase HDInsightPigActivity.

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

Inicializa una nueva instancia de la clase HDInsightPigActivity.

HDInsightPigActivity()

Inicializa una nueva instancia de la clase HDInsightPigActivity.

public HDInsightPigActivity ();
Public Sub New ()

Se aplica a

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

Inicializa una nueva instancia de la clase HDInsightPigActivity.

public HDInsightPigActivity (string name, 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, object arguments = default, string getDebugInfo = default, object scriptPath = default, Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference scriptLinkedService = default, System.Collections.Generic.IDictionary<string,object> defines = default);
new Microsoft.Azure.Management.DataFactory.Models.HDInsightPigActivity : string * 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> * obj * string * obj * Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference * System.Collections.Generic.IDictionary<string, obj> -> Microsoft.Azure.Management.DataFactory.Models.HDInsightPigActivity
Public Sub New (name As String, 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 Object = Nothing, Optional getDebugInfo As String = Nothing, Optional scriptPath As Object = Nothing, Optional scriptLinkedService As LinkedServiceReference = Nothing, Optional defines As IDictionary(Of String, Object) = Nothing)

Parámetros

name
String

Nombre de la actividad.

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
Object

Argumentos especificados por el usuario en HDInsightActivity. Tipo: matriz (o Expresión con matriz resultType).

getDebugInfo
String

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

scriptPath
Object

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

scriptLinkedService
LinkedServiceReference

Referencia del servicio vinculado de script.

defines
IDictionary<String,Object>

Permite al usuario especificar las defines para la solicitud de trabajo de Pig.

Se aplica a