DataFlowDebugCommandResponse 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
DataFlowDebugCommandResponse() |
Initializes a new instance of the DataFlowDebugCommandResponse class. |
DataFlowDebugCommandResponse(String, String) |
Initializes a new instance of the DataFlowDebugCommandResponse class. |
DataFlowDebugCommandResponse()
Initializes a new instance of the DataFlowDebugCommandResponse class.
public DataFlowDebugCommandResponse ();
Public Sub New ()
Applies to
DataFlowDebugCommandResponse(String, String)
Initializes a new instance of the DataFlowDebugCommandResponse class.
public DataFlowDebugCommandResponse (string status = default, string data = default);
new Microsoft.Azure.Management.DataFactory.Models.DataFlowDebugCommandResponse : string * string -> Microsoft.Azure.Management.DataFactory.Models.DataFlowDebugCommandResponse
Public Sub New (Optional status As String = Nothing, Optional data As String = Nothing)
Parameters
- status
- String
The run status of data preview, statistics or expression preview.
- data
- String
The result data of data preview, statistics or expression preview.
Applies to
Azure SDK for .NET