Freigeben über


CreateDataFlowDebugSessionResponse Konstruktoren

Definition

Überlädt

CreateDataFlowDebugSessionResponse()

Initialisiert eine neue instance der CreateDataFlowDebugSessionResponse-Klasse.

CreateDataFlowDebugSessionResponse(String, String)

Initialisiert eine neue instance der CreateDataFlowDebugSessionResponse-Klasse.

CreateDataFlowDebugSessionResponse()

Initialisiert eine neue instance der CreateDataFlowDebugSessionResponse-Klasse.

public CreateDataFlowDebugSessionResponse ();
Public Sub New ()

Gilt für:

CreateDataFlowDebugSessionResponse(String, String)

Initialisiert eine neue instance der CreateDataFlowDebugSessionResponse-Klasse.

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)

Parameter

status
String

Der Status der Debugsitzung.

sessionId
String

Die ID der Datenflussdebugsitzung.

Gilt für: