DataFlowDebugSession interface
Rozhraní představující DataFlowDebugSession.
Metody
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í
Parametry možností.
Návraty
Promise<AddDataFlowToDebugSessionResponse>
beginCreateDataFlowDebugSession(CreateDataFlowDebugSessionRequest, DataFlowDebugSessionCreateDataFlowDebugSessionOptionalParams)
Vytvoří ladicí relaci toku dat.
function beginCreateDataFlowDebugSession(request: CreateDataFlowDebugSessionRequest, options?: DataFlowDebugSessionCreateDataFlowDebugSessionOptionalParams): Promise<SimplePollerLike<OperationState<CreateDataFlowDebugSessionResponse>, CreateDataFlowDebugSessionResponse>>
Parametry
Definice relace ladění toku dat
Parametry možností.
Návraty
Promise<@azure/core-lro.SimplePollerLike<OperationState<CreateDataFlowDebugSessionResponse>, CreateDataFlowDebugSessionResponse>>
beginCreateDataFlowDebugSessionAndWait(CreateDataFlowDebugSessionRequest, DataFlowDebugSessionCreateDataFlowDebugSessionOptionalParams)
Vytvoří ladicí relaci toku dat.
function beginCreateDataFlowDebugSessionAndWait(request: CreateDataFlowDebugSessionRequest, options?: DataFlowDebugSessionCreateDataFlowDebugSessionOptionalParams): Promise<CreateDataFlowDebugSessionResponse>
Parametry
Definice relace ladění toku dat
Parametry možností.
Návraty
Promise<CreateDataFlowDebugSessionResponse>
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
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
Parametry možností.
Návraty
Promise<DataFlowDebugCommandResponse>
deleteDataFlowDebugSession(DeleteDataFlowDebugSessionRequest, DataFlowDebugSessionDeleteDataFlowDebugSessionOptionalParams)
Odstraní ladicí relaci toku dat.
function deleteDataFlowDebugSession(request: DeleteDataFlowDebugSessionRequest, options?: DataFlowDebugSessionDeleteDataFlowDebugSessionOptionalParams): Promise<void>
Parametry
Definice relace ladění toku dat pro odstranění
Parametry možností.
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
Parametry možností.