Share via


CreateDataFlowDebugSessionResponse Constructors

Definition

Overloads

CreateDataFlowDebugSessionResponse()

Initializes a new instance of the CreateDataFlowDebugSessionResponse class.

CreateDataFlowDebugSessionResponse(String, String)

Initializes a new instance of the CreateDataFlowDebugSessionResponse class.

CreateDataFlowDebugSessionResponse()

Initializes a new instance of the CreateDataFlowDebugSessionResponse class.

public CreateDataFlowDebugSessionResponse ();
Public Sub New ()

Applies to

CreateDataFlowDebugSessionResponse(String, String)

Initializes a new instance of the CreateDataFlowDebugSessionResponse class.

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

Parameters

status
String

The state of the debug session.

sessionId
String

The ID of data flow debug session.

Applies to