次の方法で共有


Trigger コンストラクター

定義

オーバーロード

Trigger()

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

Trigger(IDictionary<String,Object>, String, String, IList<Object>)

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

Trigger()

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

public Trigger ();
Public Sub New ()

適用対象

Trigger(IDictionary<String,Object>, String, String, IList<Object>)

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

public Trigger (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.Trigger : System.Collections.Generic.IDictionary<string, obj> * string * string * System.Collections.Generic.IList<obj> -> Microsoft.Azure.Management.DataFactory.Models.Trigger
Public Sub New (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)

パラメーター

additionalProperties
IDictionary<String,Object>

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

description
String

トリガーの説明。

runtimeState
String

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

annotations
IList<Object>

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

適用対象