次の方法で共有


HDInsightSparkActivity コンストラクター

定義

オーバーロード

HDInsightSparkActivity()

HDInsightSparkActivity クラスの新しいインスタンスを初期化します。

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

HDInsightSparkActivity クラスの新しいインスタンスを初期化します。

HDInsightSparkActivity()

HDInsightSparkActivity クラスの新しいインスタンスを初期化します。

public HDInsightSparkActivity ();
Public Sub New ()

適用対象

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

HDInsightSparkActivity クラスの新しいインスタンスを初期化します。

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)

パラメーター

name
String

アクティビティ名。

rootPath
Object

すべてのジョブのファイルの 'sparkJobLinkedService' のルート パス。 型: string (または resultType 文字列を含む式)。

entryFilePath
Object

実行するコード/パッケージのルート フォルダーへの相対パス。 型: string (または resultType 文字列を含む式)。

additionalProperties
IDictionary<String,Object>

メッセージの一致しないプロパティは、このコレクションを逆シリアル化します

description
String

アクティビティの説明。

dependsOn
IList<ActivityDependency>

アクティビティは条件によって異なります。

userProperties
IList<UserProperty>

アクティビティ ユーザーのプロパティ。

linkedServiceName
LinkedServiceReference

リンクされたサービス 参照。

policy
ActivityPolicy

アクティビティ ポリシー。

arguments
IList<Object>

HDInsightSparkActivity に対するユーザー指定の引数。

getDebugInfo
String

[デバッグ情報] オプション。 使用可能な値は、'None'、'Always'、'Failure' です。

sparkJobLinkedService
LinkedServiceReference

エントリ ファイルと依存関係をアップロードし、ログを受信するためのストレージリンクサービス。

className
String

アプリケーションの Java/Spark メイン クラス。

proxyUser
Object

ジョブを実行する偽装するユーザー。 型: string (または resultType 文字列を含む式)。

sparkConfig
IDictionary<String,Object>

Spark 構成プロパティ。

適用対象