次の方法で共有


ChainingTrigger コンストラクター

定義

オーバーロード

ChainingTrigger()

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

ChainingTrigger(TriggerPipelineReference, IList<PipelineReference>, String, IDictionary<String,Object>, String, String, IList<Object>)

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

ChainingTrigger()

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

public ChainingTrigger ();
Public Sub New ()

適用対象

ChainingTrigger(TriggerPipelineReference, IList<PipelineReference>, String, IDictionary<String,Object>, String, String, IList<Object>)

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

public ChainingTrigger (Microsoft.Azure.Management.DataFactory.Models.TriggerPipelineReference pipeline, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.PipelineReference> dependsOn, string runDimension, System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string description = default, string runtimeState = default, System.Collections.Generic.IList<object> annotations = default);
new Microsoft.Azure.Management.DataFactory.Models.ChainingTrigger : Microsoft.Azure.Management.DataFactory.Models.TriggerPipelineReference * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.PipelineReference> * string * System.Collections.Generic.IDictionary<string, obj> * string * string * System.Collections.Generic.IList<obj> -> Microsoft.Azure.Management.DataFactory.Models.ChainingTrigger
Public Sub New (pipeline As TriggerPipelineReference, dependsOn As IList(Of PipelineReference), runDimension As String, Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional description As String = Nothing, Optional runtimeState As String = Nothing, Optional annotations As IList(Of Object) = Nothing)

パラメーター

pipeline
TriggerPipelineReference

すべてのアップストリーム パイプラインが正常に完了したときに実行が作成されるパイプライン。

dependsOn
IList<PipelineReference>

アップストリーム パイプライン。

runDimension
String

アップストリーム パイプラインによって出力される必要がある Dimension プロパティを実行します。

additionalProperties
IDictionary<String,Object>

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

description
String

トリガーの説明。

runtimeState
String

トリガーが実行されているかどうかを示します。 トリガーで開始/停止 API が呼び出されたときに更新されます。 使用可能な値は、'Started'、'Stopped'、'Disabled' です。

annotations
IList<Object>

トリガーの説明に使用できるタグの一覧。

適用対象