CreateDataFlowDebugSessionResponse Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET