次の方法で共有


DataFlow コンストラクター

定義

オーバーロード

DataFlow()

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

DataFlow(String, IList<Object>, DataFlowFolder)

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

DataFlow()

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

public DataFlow ();
Public Sub New ()

適用対象

DataFlow(String, IList<Object>, DataFlowFolder)

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

public DataFlow (string description = default, System.Collections.Generic.IList<object> annotations = default, Microsoft.Azure.Management.DataFactory.Models.DataFlowFolder folder = default);
new Microsoft.Azure.Management.DataFactory.Models.DataFlow : string * System.Collections.Generic.IList<obj> * Microsoft.Azure.Management.DataFactory.Models.DataFlowFolder -> Microsoft.Azure.Management.DataFactory.Models.DataFlow
Public Sub New (Optional description As String = Nothing, Optional annotations As IList(Of Object) = Nothing, Optional folder As DataFlowFolder = Nothing)

パラメーター

description
String

データ フローの説明。

annotations
IList<Object>

データ フローの記述に使用できるタグの一覧。

folder
DataFlowFolder

このデータ フローが格納されているフォルダー。 指定しない場合、データ フローはルート レベルで表示されます。

適用対象