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

DataFlowDebugSession interface

表示 DataFlowDebugSession 的接口。

方法

addDataFlow(string, string, DataFlowDebugPackage, DataFlowDebugSessionAddDataFlowOptionalParams)

将数据流添加到调试会话中。

beginCreate(string, string, CreateDataFlowDebugSessionRequest, DataFlowDebugSessionCreateOptionalParams)

创建数据流调试会话。

beginCreateAndWait(string, string, CreateDataFlowDebugSessionRequest, DataFlowDebugSessionCreateOptionalParams)

创建数据流调试会话。

beginExecuteCommand(string, string, DataFlowDebugCommandRequest, DataFlowDebugSessionExecuteCommandOptionalParams)

执行数据流调试命令。

beginExecuteCommandAndWait(string, string, DataFlowDebugCommandRequest, DataFlowDebugSessionExecuteCommandOptionalParams)

执行数据流调试命令。

delete(string, string, DeleteDataFlowDebugSessionRequest, DataFlowDebugSessionDeleteOptionalParams)

删除数据流调试会话。

listQueryByFactory(string, string, DataFlowDebugSessionQueryByFactoryOptionalParams)

查询所有活动数据流调试会话。

方法详细信息

addDataFlow(string, string, DataFlowDebugPackage, DataFlowDebugSessionAddDataFlowOptionalParams)

将数据流添加到调试会话中。

function addDataFlow(resourceGroupName: string, factoryName: string, request: DataFlowDebugPackage, options?: DataFlowDebugSessionAddDataFlowOptionalParams): Promise<AddDataFlowToDebugSessionResponse>

参数

resourceGroupName

string

资源组名称。

factoryName

string

工厂名称。

request
DataFlowDebugPackage

数据流调试会话定义与调试内容。

返回

beginCreate(string, string, CreateDataFlowDebugSessionRequest, DataFlowDebugSessionCreateOptionalParams)

创建数据流调试会话。

function beginCreate(resourceGroupName: string, factoryName: string, request: CreateDataFlowDebugSessionRequest, options?: DataFlowDebugSessionCreateOptionalParams): Promise<SimplePollerLike<OperationState<CreateDataFlowDebugSessionResponse>, CreateDataFlowDebugSessionResponse>>

参数

resourceGroupName

string

资源组名称。

factoryName

string

工厂名称。

request
CreateDataFlowDebugSessionRequest

数据流调试会话定义

返回

beginCreateAndWait(string, string, CreateDataFlowDebugSessionRequest, DataFlowDebugSessionCreateOptionalParams)

创建数据流调试会话。

function beginCreateAndWait(resourceGroupName: string, factoryName: string, request: CreateDataFlowDebugSessionRequest, options?: DataFlowDebugSessionCreateOptionalParams): Promise<CreateDataFlowDebugSessionResponse>

参数

resourceGroupName

string

资源组名称。

factoryName

string

工厂名称。

request
CreateDataFlowDebugSessionRequest

数据流调试会话定义

返回

beginExecuteCommand(string, string, DataFlowDebugCommandRequest, DataFlowDebugSessionExecuteCommandOptionalParams)

执行数据流调试命令。

function beginExecuteCommand(resourceGroupName: string, factoryName: string, request: DataFlowDebugCommandRequest, options?: DataFlowDebugSessionExecuteCommandOptionalParams): Promise<SimplePollerLike<OperationState<DataFlowDebugCommandResponse>, DataFlowDebugCommandResponse>>

参数

resourceGroupName

string

资源组名称。

factoryName

string

工厂名称。

request
DataFlowDebugCommandRequest

数据流调试命令定义。

返回

Promise<@azure/core-lro.SimplePollerLike<OperationState<DataFlowDebugCommandResponse>, DataFlowDebugCommandResponse>>

beginExecuteCommandAndWait(string, string, DataFlowDebugCommandRequest, DataFlowDebugSessionExecuteCommandOptionalParams)

执行数据流调试命令。

function beginExecuteCommandAndWait(resourceGroupName: string, factoryName: string, request: DataFlowDebugCommandRequest, options?: DataFlowDebugSessionExecuteCommandOptionalParams): Promise<DataFlowDebugCommandResponse>

参数

resourceGroupName

string

资源组名称。

factoryName

string

工厂名称。

request
DataFlowDebugCommandRequest

数据流调试命令定义。

返回

delete(string, string, DeleteDataFlowDebugSessionRequest, DataFlowDebugSessionDeleteOptionalParams)

删除数据流调试会话。

function delete(resourceGroupName: string, factoryName: string, request: DeleteDataFlowDebugSessionRequest, options?: DataFlowDebugSessionDeleteOptionalParams): Promise<void>

参数

resourceGroupName

string

资源组名称。

factoryName

string

工厂名称。

request
DeleteDataFlowDebugSessionRequest

用于删除的数据流调试会话定义

返回

Promise<void>

listQueryByFactory(string, string, DataFlowDebugSessionQueryByFactoryOptionalParams)

查询所有活动数据流调试会话。

function listQueryByFactory(resourceGroupName: string, factoryName: string, options?: DataFlowDebugSessionQueryByFactoryOptionalParams): PagedAsyncIterableIterator<DataFlowDebugSessionInfo, DataFlowDebugSessionInfo[], PageSettings>

参数

resourceGroupName

string

资源组名称。

factoryName

string

工厂名称。

返回