DataFlowDebugSession interface
代表 DataFlowDebugSession 的介面。
方法
方法詳細資料
addDataFlow(DataFlowDebugPackage, DataFlowDebugSessionAddDataFlowOptionalParams)
將數據流新增至偵錯會話。
function addDataFlow(request: DataFlowDebugPackage, options?: DataFlowDebugSessionAddDataFlowOptionalParams): Promise<AddDataFlowToDebugSessionResponse>
參數
- request
- DataFlowDebugPackage
數據流偵錯會話定義與偵錯內容。
選項參數。
傳回
Promise<AddDataFlowToDebugSessionResponse>
beginCreateDataFlowDebugSession(CreateDataFlowDebugSessionRequest, DataFlowDebugSessionCreateDataFlowDebugSessionOptionalParams)
建立數據流偵錯會話。
function beginCreateDataFlowDebugSession(request: CreateDataFlowDebugSessionRequest, options?: DataFlowDebugSessionCreateDataFlowDebugSessionOptionalParams): Promise<SimplePollerLike<OperationState<CreateDataFlowDebugSessionResponse>, CreateDataFlowDebugSessionResponse>>
參數
數據流偵錯會話定義
傳回
Promise<@azure/core-lro.SimplePollerLike<OperationState<CreateDataFlowDebugSessionResponse>, CreateDataFlowDebugSessionResponse>>
beginCreateDataFlowDebugSessionAndWait(CreateDataFlowDebugSessionRequest, DataFlowDebugSessionCreateDataFlowDebugSessionOptionalParams)
建立數據流偵錯會話。
function beginCreateDataFlowDebugSessionAndWait(request: CreateDataFlowDebugSessionRequest, options?: DataFlowDebugSessionCreateDataFlowDebugSessionOptionalParams): Promise<CreateDataFlowDebugSessionResponse>
參數
數據流偵錯會話定義
傳回
Promise<CreateDataFlowDebugSessionResponse>
beginExecuteCommand(DataFlowDebugCommandRequest, DataFlowDebugSessionExecuteCommandOptionalParams)
執行數據流偵錯命令。
function beginExecuteCommand(request: DataFlowDebugCommandRequest, options?: DataFlowDebugSessionExecuteCommandOptionalParams): Promise<SimplePollerLike<OperationState<DataFlowDebugCommandResponse>, DataFlowDebugCommandResponse>>
參數
- request
- DataFlowDebugCommandRequest
數據流偵錯命令定義。
選項參數。
傳回
Promise<@azure/core-lro.SimplePollerLike<OperationState<DataFlowDebugCommandResponse>, DataFlowDebugCommandResponse>>
beginExecuteCommandAndWait(DataFlowDebugCommandRequest, DataFlowDebugSessionExecuteCommandOptionalParams)
執行數據流偵錯命令。
function beginExecuteCommandAndWait(request: DataFlowDebugCommandRequest, options?: DataFlowDebugSessionExecuteCommandOptionalParams): Promise<DataFlowDebugCommandResponse>
參數
- request
- DataFlowDebugCommandRequest
數據流偵錯命令定義。
選項參數。
傳回
Promise<DataFlowDebugCommandResponse>
deleteDataFlowDebugSession(DeleteDataFlowDebugSessionRequest, DataFlowDebugSessionDeleteDataFlowDebugSessionOptionalParams)
刪除資料流偵錯會話。
function deleteDataFlowDebugSession(request: DeleteDataFlowDebugSessionRequest, options?: DataFlowDebugSessionDeleteDataFlowDebugSessionOptionalParams): Promise<void>
參數
數據流偵錯會話定義以進行刪除
傳回
Promise<void>
listQueryDataFlowDebugSessionsByWorkspace(DataFlowDebugSessionQueryDataFlowDebugSessionsByWorkspaceOptionalParams)
查詢所有作用中的數據流偵錯會話。
function listQueryDataFlowDebugSessionsByWorkspace(options?: DataFlowDebugSessionQueryDataFlowDebugSessionsByWorkspaceOptionalParams): PagedAsyncIterableIterator<DataFlowDebugSessionInfo, DataFlowDebugSessionInfo[], PageSettings>