AddDataFlowToDebugSessionResponse Constructors

Definition

Overloads

AddDataFlowToDebugSessionResponse()

Initializes a new instance of the AddDataFlowToDebugSessionResponse class.

AddDataFlowToDebugSessionResponse(String)

Initializes a new instance of the AddDataFlowToDebugSessionResponse class.

AddDataFlowToDebugSessionResponse()

Initializes a new instance of the AddDataFlowToDebugSessionResponse class.

public AddDataFlowToDebugSessionResponse ();
Public Sub New ()

Applies to

AddDataFlowToDebugSessionResponse(String)

Initializes a new instance of the AddDataFlowToDebugSessionResponse class.

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)

Parameters

jobVersion
String

The ID of data flow debug job version.

Applies to