DataFlowDebugSession interface
代表 DataFlowDebugSession 的介面。
方法
方法詳細資料
addDataFlow(string, string, DataFlowDebugPackage, DataFlowDebugSessionAddDataFlowOptionalParams)
將資料流程新增至偵錯會話。
function addDataFlow(resourceGroupName: string, factoryName: string, request: DataFlowDebugPackage, options?: DataFlowDebugSessionAddDataFlowOptionalParams): Promise<AddDataFlowToDebugSessionResponse>
參數
- resourceGroupName
-
string
資源群組名稱。
- factoryName
-
string
Factory 名稱。
- 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
Factory 名稱。
資料流程偵錯會話定義
選項參數。
傳回
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
Factory 名稱。
資料流程偵錯會話定義
選項參數。
傳回
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
Factory 名稱。
- 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
Factory 名稱。
- 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
Factory 名稱。
資料流程偵錯會話定義以進行刪除
選項參數。
傳回
Promise<void>
listQueryByFactory(string, string, DataFlowDebugSessionQueryByFactoryOptionalParams)
查詢所有作用中的資料流程偵錯會話。
function listQueryByFactory(resourceGroupName: string, factoryName: string, options?: DataFlowDebugSessionQueryByFactoryOptionalParams): PagedAsyncIterableIterator<DataFlowDebugSessionInfo, DataFlowDebugSessionInfo[], PageSettings>
參數
- resourceGroupName
-
string
資源群組名稱。
- factoryName
-
string
Factory 名稱。
選項參數。