Sdílet prostřednictvím


DataFlowDebugSession interface

Rozhraní představující DataFlowDebugSession.

Metody

addDataFlow(DataFlowDebugPackage, DataFlowDebugSessionAddDataFlowOptionalParams)

Přidejte tok dat do ladicí relace.

beginCreateDataFlowDebugSession(CreateDataFlowDebugSessionRequest, DataFlowDebugSessionCreateDataFlowDebugSessionOptionalParams)

Vytvoří ladicí relaci toku dat.

beginCreateDataFlowDebugSessionAndWait(CreateDataFlowDebugSessionRequest, DataFlowDebugSessionCreateDataFlowDebugSessionOptionalParams)

Vytvoří ladicí relaci toku dat.

beginExecuteCommand(DataFlowDebugCommandRequest, DataFlowDebugSessionExecuteCommandOptionalParams)

Spusťte příkaz ladění toku dat.

beginExecuteCommandAndWait(DataFlowDebugCommandRequest, DataFlowDebugSessionExecuteCommandOptionalParams)

Spusťte příkaz ladění toku dat.

deleteDataFlowDebugSession(DeleteDataFlowDebugSessionRequest, DataFlowDebugSessionDeleteDataFlowDebugSessionOptionalParams)

Odstraní ladicí relaci toku dat.

listQueryDataFlowDebugSessionsByWorkspace(DataFlowDebugSessionQueryDataFlowDebugSessionsByWorkspaceOptionalParams)

Dotazování na všechny aktivní ladicí relace toku dat

Podrobnosti metody

addDataFlow(DataFlowDebugPackage, DataFlowDebugSessionAddDataFlowOptionalParams)

Přidejte tok dat do ladicí relace.

function addDataFlow(request: DataFlowDebugPackage, options?: DataFlowDebugSessionAddDataFlowOptionalParams): Promise<AddDataFlowToDebugSessionResponse>

Parametry

request
DataFlowDebugPackage

Definice relace ladění toku dat s obsahem ladění

options
DataFlowDebugSessionAddDataFlowOptionalParams

Parametry možností.

Návraty

beginCreateDataFlowDebugSession(CreateDataFlowDebugSessionRequest, DataFlowDebugSessionCreateDataFlowDebugSessionOptionalParams)

Vytvoří ladicí relaci toku dat.

function beginCreateDataFlowDebugSession(request: CreateDataFlowDebugSessionRequest, options?: DataFlowDebugSessionCreateDataFlowDebugSessionOptionalParams): Promise<SimplePollerLike<OperationState<CreateDataFlowDebugSessionResponse>, CreateDataFlowDebugSessionResponse>>

Parametry

request
CreateDataFlowDebugSessionRequest

Definice relace ladění toku dat

Návraty

beginCreateDataFlowDebugSessionAndWait(CreateDataFlowDebugSessionRequest, DataFlowDebugSessionCreateDataFlowDebugSessionOptionalParams)

Vytvoří ladicí relaci toku dat.

function beginCreateDataFlowDebugSessionAndWait(request: CreateDataFlowDebugSessionRequest, options?: DataFlowDebugSessionCreateDataFlowDebugSessionOptionalParams): Promise<CreateDataFlowDebugSessionResponse>

Parametry

request
CreateDataFlowDebugSessionRequest

Definice relace ladění toku dat

Návraty

beginExecuteCommand(DataFlowDebugCommandRequest, DataFlowDebugSessionExecuteCommandOptionalParams)

Spusťte příkaz ladění toku dat.

function beginExecuteCommand(request: DataFlowDebugCommandRequest, options?: DataFlowDebugSessionExecuteCommandOptionalParams): Promise<SimplePollerLike<OperationState<DataFlowDebugCommandResponse>, DataFlowDebugCommandResponse>>

Parametry

request
DataFlowDebugCommandRequest

Definice příkazu ladění toku dat

options
DataFlowDebugSessionExecuteCommandOptionalParams

Parametry možností.

Návraty

Promise<@azure/core-lro.SimplePollerLike<OperationState<DataFlowDebugCommandResponse>, DataFlowDebugCommandResponse>>

beginExecuteCommandAndWait(DataFlowDebugCommandRequest, DataFlowDebugSessionExecuteCommandOptionalParams)

Spusťte příkaz ladění toku dat.

function beginExecuteCommandAndWait(request: DataFlowDebugCommandRequest, options?: DataFlowDebugSessionExecuteCommandOptionalParams): Promise<DataFlowDebugCommandResponse>

Parametry

request
DataFlowDebugCommandRequest

Definice příkazu ladění toku dat

options
DataFlowDebugSessionExecuteCommandOptionalParams

Parametry možností.

Návraty

deleteDataFlowDebugSession(DeleteDataFlowDebugSessionRequest, DataFlowDebugSessionDeleteDataFlowDebugSessionOptionalParams)

Odstraní ladicí relaci toku dat.

function deleteDataFlowDebugSession(request: DeleteDataFlowDebugSessionRequest, options?: DataFlowDebugSessionDeleteDataFlowDebugSessionOptionalParams): Promise<void>

Parametry

request
DeleteDataFlowDebugSessionRequest

Definice relace ladění toku dat pro odstranění

Návraty

Promise<void>

listQueryDataFlowDebugSessionsByWorkspace(DataFlowDebugSessionQueryDataFlowDebugSessionsByWorkspaceOptionalParams)

Dotazování na všechny aktivní ladicí relace toku dat

function listQueryDataFlowDebugSessionsByWorkspace(options?: DataFlowDebugSessionQueryDataFlowDebugSessionsByWorkspaceOptionalParams): PagedAsyncIterableIterator<DataFlowDebugSessionInfo, DataFlowDebugSessionInfo[], PageSettings>

Parametry

Návraty