HDInsightHiveActivity コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
HDInsightHiveActivity() |
HDInsightHiveActivity クラスの新しいインスタンスを初期化します。 |
HDInsightHiveActivity(String, IDictionary<String,Object>, String, IList<ActivityDependency>, IList<UserProperty>, LinkedServiceReference, ActivityPolicy, IList<LinkedServiceReference>, IList<Object>, String, Object, LinkedServiceReference, IDictionary<String,Object>, IList<Object>, Nullable<Int32>) |
HDInsightHiveActivity クラスの新しいインスタンスを初期化します。 |
HDInsightHiveActivity()
HDInsightHiveActivity クラスの新しいインスタンスを初期化します。
public HDInsightHiveActivity ();
Public Sub New ()
適用対象
HDInsightHiveActivity(String, IDictionary<String,Object>, String, IList<ActivityDependency>, IList<UserProperty>, LinkedServiceReference, ActivityPolicy, IList<LinkedServiceReference>, IList<Object>, String, Object, LinkedServiceReference, IDictionary<String,Object>, IList<Object>, Nullable<Int32>)
HDInsightHiveActivity クラスの新しいインスタンスを初期化します。
public HDInsightHiveActivity (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, System.Collections.Generic.IList<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, System.Collections.Generic.IList<object> variables = default, int? queryTimeout = default);
new Microsoft.Azure.Management.DataFactory.Models.HDInsightHiveActivity : 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> * System.Collections.Generic.IList<obj> * string * obj * Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference * System.Collections.Generic.IDictionary<string, obj> * System.Collections.Generic.IList<obj> * Nullable<int> -> Microsoft.Azure.Management.DataFactory.Models.HDInsightHiveActivity
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 IList(Of 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, Optional variables As IList(Of Object) = Nothing, Optional queryTimeout As Nullable(Of Integer) = Nothing)
パラメーター
- name
- String
アクティビティ名。
- additionalProperties
- IDictionary<String,Object>
メッセージの一致しないプロパティは、このコレクションを逆シリアル化します
- description
- String
アクティビティの説明。
- dependsOn
- IList<ActivityDependency>
アクティビティは条件によって異なります。
- userProperties
- IList<UserProperty>
アクティビティ ユーザーのプロパティ。
- linkedServiceName
- LinkedServiceReference
リンクされたサービス 参照。
- policy
- ActivityPolicy
アクティビティ ポリシー。
- storageLinkedServices
- IList<LinkedServiceReference>
ストレージのリンクされたサービス参照。
- getDebugInfo
- String
[デバッグ情報] オプション。 使用可能な値は、'None'、'Always'、'Failure' です。
- scriptPath
- Object
スクリプト パス。 型: string (または resultType 文字列を含む式)。
- scriptLinkedService
- LinkedServiceReference
リンクされたサービス 参照をスクリプト化します。
- defines
- IDictionary<String,Object>
ユーザーが Hive ジョブ要求の定義を指定できるようにします。
クエリのタイムアウト値 (分単位)。 HDInsight クラスターが ESP を使用している場合に有効 (エンタープライズ セキュリティ パッケージ)
適用対象
Azure SDK for .NET