你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CreateDataFlowDebugSessionResponse 构造函数

定义

重载

CreateDataFlowDebugSessionResponse()

初始化 CreateDataFlowDebugSessionResponse 类的新实例。

CreateDataFlowDebugSessionResponse(String, String)

初始化 CreateDataFlowDebugSessionResponse 类的新实例。

CreateDataFlowDebugSessionResponse()

初始化 CreateDataFlowDebugSessionResponse 类的新实例。

public CreateDataFlowDebugSessionResponse ();
Public Sub New ()

适用于

CreateDataFlowDebugSessionResponse(String, String)

初始化 CreateDataFlowDebugSessionResponse 类的新实例。

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)

参数

status
String

调试会话的状态。

sessionId
String

数据流调试会话的 ID。

适用于