共用方式為


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

Factory 名稱。

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

Factory 名稱。

request
CreateDataFlowDebugSessionRequest

數據流偵錯會話定義

傳回

beginCreateAndWait(string, string, CreateDataFlowDebugSessionRequest, DataFlowDebugSessionCreateOptionalParams)

建立數據流偵錯會話。

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

參數

resourceGroupName

string

資源組名。

factoryName

string

Factory 名稱。

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

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

數據流偵錯命令定義。

傳回

delete(string, string, DeleteDataFlowDebugSessionRequest, DataFlowDebugSessionDeleteOptionalParams)

刪除資料流偵錯會話。

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

參數

resourceGroupName

string

資源組名。

factoryName

string

Factory 名稱。

request
DeleteDataFlowDebugSessionRequest

數據流偵錯會話定義以進行刪除

傳回

Promise<void>

listQueryByFactory(string, string, DataFlowDebugSessionQueryByFactoryOptionalParams)

查詢所有作用中的數據流偵錯會話。

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

參數

resourceGroupName

string

資源組名。

factoryName

string

Factory 名稱。

傳回