DataFlowDebugSession interface
表示 DataFlowDebugSession 的接口。
方法
方法详细信息
addDataFlow(string, string, DataFlowDebugPackage, DataFlowDebugSessionAddDataFlowOptionalParams)
将数据流添加到调试会话中。
function addDataFlow(resourceGroupName: string, factoryName: string, request: DataFlowDebugPackage, options?: DataFlowDebugSessionAddDataFlowOptionalParams): Promise<AddDataFlowToDebugSessionResponse>
参数
- resourceGroupName
-
string
资源组名称。
- factoryName
-
string
工厂名称。
- request
- DataFlowDebugPackage
数据流调试会话定义与调试内容。
选项参数。
返回
Promise<AddDataFlowToDebugSessionResponse>
beginCreate(string, string, CreateDataFlowDebugSessionRequest, DataFlowDebugSessionCreateOptionalParams)
创建数据流调试会话。
function beginCreate(resourceGroupName: string, factoryName: string, request: CreateDataFlowDebugSessionRequest, options?: DataFlowDebugSessionCreateOptionalParams): Promise<SimplePollerLike<OperationState<CreateDataFlowDebugSessionResponse>, CreateDataFlowDebugSessionResponse>>
参数
- resourceGroupName
-
string
资源组名称。
- factoryName
-
string
工厂名称。
数据流调试会话定义
选项参数。
返回
Promise<@azure/core-lro.SimplePollerLike<OperationState<CreateDataFlowDebugSessionResponse>, CreateDataFlowDebugSessionResponse>>
beginCreateAndWait(string, string, CreateDataFlowDebugSessionRequest, DataFlowDebugSessionCreateOptionalParams)
创建数据流调试会话。
function beginCreateAndWait(resourceGroupName: string, factoryName: string, request: CreateDataFlowDebugSessionRequest, options?: DataFlowDebugSessionCreateOptionalParams): Promise<CreateDataFlowDebugSessionResponse>
参数
- resourceGroupName
-
string
资源组名称。
- factoryName
-
string
工厂名称。
数据流调试会话定义
选项参数。
返回
Promise<CreateDataFlowDebugSessionResponse>
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
数据流调试命令定义。
选项参数。
返回
Promise<DataFlowDebugCommandResponse>
delete(string, string, DeleteDataFlowDebugSessionRequest, DataFlowDebugSessionDeleteOptionalParams)
删除数据流调试会话。
function delete(resourceGroupName: string, factoryName: string, request: DeleteDataFlowDebugSessionRequest, options?: DataFlowDebugSessionDeleteOptionalParams): Promise<void>
参数
- resourceGroupName
-
string
资源组名称。
- factoryName
-
string
工厂名称。
用于删除的数据流调试会话定义
选项参数。
返回
Promise<void>
listQueryByFactory(string, string, DataFlowDebugSessionQueryByFactoryOptionalParams)
查询所有活动数据流调试会话。
function listQueryByFactory(resourceGroupName: string, factoryName: string, options?: DataFlowDebugSessionQueryByFactoryOptionalParams): PagedAsyncIterableIterator<DataFlowDebugSessionInfo, DataFlowDebugSessionInfo[], PageSettings>
参数
- resourceGroupName
-
string
资源组名称。
- factoryName
-
string
工厂名称。
选项参数。