Bagikan melalui


DataFlowDebugCommandResponse Constructors

Definition

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