DataFlowDebugCommandRequest 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
DataFlowDebugCommandRequest() |
Initializes a new instance of the DataFlowDebugCommandRequest class. |
DataFlowDebugCommandRequest(String, String, DataFlowDebugCommandPayload) |
Initializes a new instance of the DataFlowDebugCommandRequest class. |
DataFlowDebugCommandRequest()
Initializes a new instance of the DataFlowDebugCommandRequest class.
public DataFlowDebugCommandRequest ();
Public Sub New ()
Applies to
DataFlowDebugCommandRequest(String, String, DataFlowDebugCommandPayload)
Initializes a new instance of the DataFlowDebugCommandRequest class.
public DataFlowDebugCommandRequest (string sessionId = default, string command = default, Microsoft.Azure.Management.DataFactory.Models.DataFlowDebugCommandPayload commandPayload = default);
new Microsoft.Azure.Management.DataFactory.Models.DataFlowDebugCommandRequest : string * string * Microsoft.Azure.Management.DataFactory.Models.DataFlowDebugCommandPayload -> Microsoft.Azure.Management.DataFactory.Models.DataFlowDebugCommandRequest
Public Sub New (Optional sessionId As String = Nothing, Optional command As String = Nothing, Optional commandPayload As DataFlowDebugCommandPayload = Nothing)
Parameters
- sessionId
- String
The ID of data flow debug session.
- command
- String
The command type. Possible values include: 'executePreviewQuery', 'executeStatisticsQuery', 'executeExpressionQuery'
- commandPayload
- DataFlowDebugCommandPayload
The command payload object.