Bagikan melalui


HDInsightSparkActivity Constructors

Definition

Overloads

HDInsightSparkActivity()

Initializes a new instance of the HDInsightSparkActivity class.

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

Initializes a new instance of the HDInsightSparkActivity class.

HDInsightSparkActivity()

Initializes a new instance of the HDInsightSparkActivity class.

public HDInsightSparkActivity ();
Public Sub New ()

Applies to

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

Initializes a new instance of the HDInsightSparkActivity class.

public HDInsightSparkActivity (string name, object rootPath, object entryFilePath, 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<object> arguments = default, string getDebugInfo = default, Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference sparkJobLinkedService = default, string className = default, object proxyUser = default, System.Collections.Generic.IDictionary<string,object> sparkConfig = default);
new Microsoft.Azure.Management.DataFactory.Models.HDInsightSparkActivity : 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<obj> * string * Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference * string * obj * System.Collections.Generic.IDictionary<string, obj> -> Microsoft.Azure.Management.DataFactory.Models.HDInsightSparkActivity
Public Sub New (name As String, rootPath As Object, entryFilePath 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 arguments As IList(Of Object) = Nothing, Optional getDebugInfo As String = Nothing, Optional sparkJobLinkedService As LinkedServiceReference = Nothing, Optional className As String = Nothing, Optional proxyUser As Object = Nothing, Optional sparkConfig As IDictionary(Of String, Object) = Nothing)

Parameters

name
String

Activity name.

rootPath
Object

The root path in 'sparkJobLinkedService' for all the job’s files. Type: string (or Expression with resultType string).

entryFilePath
Object

The relative path to the root folder of the code/package to be executed. Type: string (or Expression with resultType string).

additionalProperties
IDictionary<String,Object>

Unmatched properties from the message are deserialized this collection

description
String

Activity description.

dependsOn
IList<ActivityDependency>

Activity depends on condition.

userProperties
IList<UserProperty>

Activity user properties.

linkedServiceName
LinkedServiceReference

Linked service reference.

policy
ActivityPolicy

Activity policy.

arguments
IList<Object>

The user-specified arguments to HDInsightSparkActivity.

getDebugInfo
String

Debug info option. Possible values include: 'None', 'Always', 'Failure'

sparkJobLinkedService
LinkedServiceReference

The storage linked service for uploading the entry file and dependencies, and for receiving logs.

className
String

The application's Java/Spark main class.

proxyUser
Object

The user to impersonate that will execute the job. Type: string (or Expression with resultType string).

sparkConfig
IDictionary<String,Object>

Spark configuration property.

Applies to