Freigeben über


HDInsightPigActivity Konstruktoren

Definition

Überlädt

HDInsightPigActivity()

Initialisiert eine neue instance der HDInsightPigActivity-Klasse.

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

Initialisiert eine neue instance der HDInsightPigActivity-Klasse.

HDInsightPigActivity()

Initialisiert eine neue instance der HDInsightPigActivity-Klasse.

public HDInsightPigActivity();
Public Sub New ()

Gilt für:

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

Initialisiert eine neue instance der HDInsightPigActivity-Klasse.

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)

Parameter

name
String

Aktivitätsname.

additionalProperties
IDictionary<String,Object>

Nicht übereinstimmende Eigenschaften aus der Nachricht werden für diese Sammlung deserialisiert.

description
String

Aktivitätsbeschreibung.

dependsOn
IList<ActivityDependency>

Die Aktivität hängt von der Bedingung ab.

userProperties
IList<UserProperty>

Aktivitätsbenutzereigenschaften.

linkedServiceName
LinkedServiceReference

Verknüpfter Dienstverweis.

policy
ActivityPolicy

Aktivitätsrichtlinie.

storageLinkedServices
IList<LinkedServiceReference>

Verweise auf verknüpfte Speicherdienste.

arguments
Object

Vom Benutzer angegebene Argumente für HDInsightActivity. Typ: Array (oder Ausdruck mit resultType-Array).

getDebugInfo
String

Debuginfo-Option. Mögliche Werte: "None", "Always", "Failure"

scriptPath
Object

Skriptpfad. Type: string (oder Expression with resultType string).

scriptLinkedService
LinkedServiceReference

Referenz zum verknüpften Skriptdienst.

defines
IDictionary<String,Object>

Ermöglicht dem Benutzer das Angeben von Definierten für die Pig-Auftragsanforderung.

Gilt für: