次の方法で共有


AddDataFlowToDebugSessionResponse コンストラクター

定義

オーバーロード

AddDataFlowToDebugSessionResponse()

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

AddDataFlowToDebugSessionResponse(String)

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

AddDataFlowToDebugSessionResponse()

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

public AddDataFlowToDebugSessionResponse ();
Public Sub New ()

適用対象

AddDataFlowToDebugSessionResponse(String)

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

public AddDataFlowToDebugSessionResponse (string jobVersion = default);
new Microsoft.Azure.Management.DataFactory.Models.AddDataFlowToDebugSessionResponse : string -> Microsoft.Azure.Management.DataFactory.Models.AddDataFlowToDebugSessionResponse
Public Sub New (Optional jobVersion As String = Nothing)

パラメーター

jobVersion
String

データ フロー デバッグ ジョブのバージョンの ID。

適用対象