DataFlowDebugSessionOperations interface
表示DataFlowDebugSession操作的接口。
属性
| add |
将数据流添加到调试会话中。 |
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create | 创建数据流调试会话。 |
| delete | 删除数据流调试会话。 |
| execute |
执行数据流调试命令。 |
| list |
查询所有活动数据流调试会话。 |
属性详细信息
addDataFlow
将数据流添加到调试会话中。
addDataFlow: (resourceGroupName: string, factoryName: string, request: DataFlowDebugPackage, options?: DataFlowDebugSessionAddDataFlowOptionalParams) => Promise<AddDataFlowToDebugSessionResponse>
属性值
(resourceGroupName: string, factoryName: string, request: DataFlowDebugPackage, options?: DataFlowDebugSessionAddDataFlowOptionalParams) => Promise<AddDataFlowToDebugSessionResponse>
beginCreate
警告
现已弃用此 API。
use create instead
beginCreate: (resourceGroupName: string, factoryName: string, request: CreateDataFlowDebugSessionRequest, options?: DataFlowDebugSessionCreateOptionalParams) => Promise<SimplePollerLike<OperationState<CreateDataFlowDebugSessionResponse>, CreateDataFlowDebugSessionResponse>>
属性值
(resourceGroupName: string, factoryName: string, request: CreateDataFlowDebugSessionRequest, options?: DataFlowDebugSessionCreateOptionalParams) => Promise<SimplePollerLike<OperationState<CreateDataFlowDebugSessionResponse>, CreateDataFlowDebugSessionResponse>>
beginCreateAndWait
警告
现已弃用此 API。
use create instead
beginCreateAndWait: (resourceGroupName: string, factoryName: string, request: CreateDataFlowDebugSessionRequest, options?: DataFlowDebugSessionCreateOptionalParams) => Promise<CreateDataFlowDebugSessionResponse>
属性值
(resourceGroupName: string, factoryName: string, request: CreateDataFlowDebugSessionRequest, options?: DataFlowDebugSessionCreateOptionalParams) => Promise<CreateDataFlowDebugSessionResponse>
beginExecuteCommand
警告
现已弃用此 API。
use executeCommand instead
beginExecuteCommand: (resourceGroupName: string, factoryName: string, request: DataFlowDebugCommandRequest, options?: DataFlowDebugSessionExecuteCommandOptionalParams) => Promise<SimplePollerLike<OperationState<DataFlowDebugCommandResponse>, DataFlowDebugCommandResponse>>
属性值
(resourceGroupName: string, factoryName: string, request: DataFlowDebugCommandRequest, options?: DataFlowDebugSessionExecuteCommandOptionalParams) => Promise<SimplePollerLike<OperationState<DataFlowDebugCommandResponse>, DataFlowDebugCommandResponse>>
beginExecuteCommandAndWait
警告
现已弃用此 API。
use executeCommand instead
beginExecuteCommandAndWait: (resourceGroupName: string, factoryName: string, request: DataFlowDebugCommandRequest, options?: DataFlowDebugSessionExecuteCommandOptionalParams) => Promise<DataFlowDebugCommandResponse>
属性值
(resourceGroupName: string, factoryName: string, request: DataFlowDebugCommandRequest, options?: DataFlowDebugSessionExecuteCommandOptionalParams) => Promise<DataFlowDebugCommandResponse>
create
创建数据流调试会话。
create: (resourceGroupName: string, factoryName: string, request: CreateDataFlowDebugSessionRequest, options?: DataFlowDebugSessionCreateOptionalParams) => PollerLike<OperationState<CreateDataFlowDebugSessionResponse>, CreateDataFlowDebugSessionResponse>
属性值
(resourceGroupName: string, factoryName: string, request: CreateDataFlowDebugSessionRequest, options?: DataFlowDebugSessionCreateOptionalParams) => PollerLike<OperationState<CreateDataFlowDebugSessionResponse>, CreateDataFlowDebugSessionResponse>
delete
删除数据流调试会话。
delete: (resourceGroupName: string, factoryName: string, request: DeleteDataFlowDebugSessionRequest, options?: DataFlowDebugSessionDeleteOptionalParams) => Promise<void>
属性值
(resourceGroupName: string, factoryName: string, request: DeleteDataFlowDebugSessionRequest, options?: DataFlowDebugSessionDeleteOptionalParams) => Promise<void>
executeCommand
执行数据流调试命令。
executeCommand: (resourceGroupName: string, factoryName: string, request: DataFlowDebugCommandRequest, options?: DataFlowDebugSessionExecuteCommandOptionalParams) => PollerLike<OperationState<DataFlowDebugCommandResponse>, DataFlowDebugCommandResponse>
属性值
(resourceGroupName: string, factoryName: string, request: DataFlowDebugCommandRequest, options?: DataFlowDebugSessionExecuteCommandOptionalParams) => PollerLike<OperationState<DataFlowDebugCommandResponse>, DataFlowDebugCommandResponse>
listQueryByFactory
查询所有活动数据流调试会话。
listQueryByFactory: (resourceGroupName: string, factoryName: string, options?: DataFlowDebugSessionListQueryByFactoryOptionalParams) => PagedAsyncIterableIterator<DataFlowDebugSessionInfo, DataFlowDebugSessionInfo[], PageSettings>
属性值
(resourceGroupName: string, factoryName: string, options?: DataFlowDebugSessionListQueryByFactoryOptionalParams) => PagedAsyncIterableIterator<DataFlowDebugSessionInfo, DataFlowDebugSessionInfo[], PageSettings>