HDInsightPigActivity コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
HDInsightPigActivity() |
HDInsightPigActivity クラスの新しいインスタンスを初期化します。 |
HDInsightPigActivity(String, IDictionary<String,Object>, String, IList<ActivityDependency>, IList<UserProperty>, LinkedServiceReference, ActivityPolicy, IList<LinkedServiceReference>, Object, String, Object, LinkedServiceReference, IDictionary<String,Object>) |
HDInsightPigActivity クラスの新しいインスタンスを初期化します。 |
HDInsightPigActivity()
HDInsightPigActivity クラスの新しいインスタンスを初期化します。
public HDInsightPigActivity ();
Public Sub New ()
適用対象
HDInsightPigActivity(String, IDictionary<String,Object>, String, IList<ActivityDependency>, IList<UserProperty>, LinkedServiceReference, ActivityPolicy, IList<LinkedServiceReference>, Object, String, Object, LinkedServiceReference, IDictionary<String,Object>)
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)
パラメーター
- name
- String
アクティビティ名。
- additionalProperties
- IDictionary<String,Object>
メッセージの一致しないプロパティは、このコレクションを逆シリアル化します
- description
- String
アクティビティの説明。
- dependsOn
- IList<ActivityDependency>
アクティビティは条件によって異なります。
- userProperties
- IList<UserProperty>
アクティビティ ユーザーのプロパティ。
- linkedServiceName
- LinkedServiceReference
リンクされたサービス 参照。
- policy
- ActivityPolicy
アクティビティ ポリシー。
- storageLinkedServices
- IList<LinkedServiceReference>
ストレージのリンクされたサービス参照。
- arguments
- Object
HDInsightActivity に対してユーザーが指定した引数。 型: 配列 (または resultType 配列を持つ式)。
- getDebugInfo
- String
[デバッグ情報] オプション。 使用可能な値は、'None'、'Always'、'Failure' です。
- scriptPath
- Object
スクリプト パス。 型: string (または resultType 文字列を含む式)。
- scriptLinkedService
- LinkedServiceReference
リンクされたサービス 参照をスクリプト化します。
- defines
- IDictionary<String,Object>
Pig ジョブ要求の定義をユーザーが指定できるようにします。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET