次の方法で共有


DataFlowDebugCommandResponse コンストラクター

定義

オーバーロード

DataFlowDebugCommandResponse()

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

DataFlowDebugCommandResponse(String, String)

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

DataFlowDebugCommandResponse()

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

public DataFlowDebugCommandResponse ();
Public Sub New ()

適用対象

DataFlowDebugCommandResponse(String, String)

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

public DataFlowDebugCommandResponse (string status = default, string data = default);
new Microsoft.Azure.Management.DataFactory.Models.DataFlowDebugCommandResponse : string * string -> Microsoft.Azure.Management.DataFactory.Models.DataFlowDebugCommandResponse
Public Sub New (Optional status As String = Nothing, Optional data As String = Nothing)

パラメーター

status
String

データ プレビュー、統計、または式プレビューの実行状態。

data
String

データ プレビュー、統計、または式プレビューの結果データ。

適用対象