Delen via


DataFlowDebugSession interface

Interface die een DataFlowDebugSession vertegenwoordigt.

Methoden

addDataFlow(DataFlowDebugPackage, DataFlowDebugSessionAddDataFlowOptionalParams)

Voeg een gegevensstroom toe aan de foutopsporingssessie.

beginCreateDataFlowDebugSession(CreateDataFlowDebugSessionRequest, DataFlowDebugSessionCreateDataFlowDebugSessionOptionalParams)

Hiermee maakt u een foutopsporingssessie voor gegevensstromen.

beginCreateDataFlowDebugSessionAndWait(CreateDataFlowDebugSessionRequest, DataFlowDebugSessionCreateDataFlowDebugSessionOptionalParams)

Hiermee maakt u een foutopsporingssessie voor gegevensstromen.

beginExecuteCommand(DataFlowDebugCommandRequest, DataFlowDebugSessionExecuteCommandOptionalParams)

Voer een foutopsporingsopdracht voor gegevensstromen uit.

beginExecuteCommandAndWait(DataFlowDebugCommandRequest, DataFlowDebugSessionExecuteCommandOptionalParams)

Voer een foutopsporingsopdracht voor gegevensstromen uit.

deleteDataFlowDebugSession(DeleteDataFlowDebugSessionRequest, DataFlowDebugSessionDeleteDataFlowDebugSessionOptionalParams)

Hiermee verwijdert u een foutopsporingssessie voor gegevensstromen.

listQueryDataFlowDebugSessionsByWorkspace(DataFlowDebugSessionQueryDataFlowDebugSessionsByWorkspaceOptionalParams)

Voer een query uit op alle actieve foutopsporingssessies voor gegevensstromen.

Methodedetails

addDataFlow(DataFlowDebugPackage, DataFlowDebugSessionAddDataFlowOptionalParams)

Voeg een gegevensstroom toe aan de foutopsporingssessie.

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

Parameters

request
DataFlowDebugPackage

Foutopsporingssessiedefinitie voor gegevensstromen met foutopsporingsinhoud.

options
DataFlowDebugSessionAddDataFlowOptionalParams

De optiesparameters.

Retouren

beginCreateDataFlowDebugSession(CreateDataFlowDebugSessionRequest, DataFlowDebugSessionCreateDataFlowDebugSessionOptionalParams)

Hiermee maakt u een foutopsporingssessie voor gegevensstromen.

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

Parameters

request
CreateDataFlowDebugSessionRequest

Foutopsporingssessiedefinitie voor gegevensstromen

Retouren

beginCreateDataFlowDebugSessionAndWait(CreateDataFlowDebugSessionRequest, DataFlowDebugSessionCreateDataFlowDebugSessionOptionalParams)

Hiermee maakt u een foutopsporingssessie voor gegevensstromen.

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

Parameters

request
CreateDataFlowDebugSessionRequest

Foutopsporingssessiedefinitie voor gegevensstromen

Retouren

beginExecuteCommand(DataFlowDebugCommandRequest, DataFlowDebugSessionExecuteCommandOptionalParams)

Voer een foutopsporingsopdracht voor gegevensstromen uit.

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

Parameters

request
DataFlowDebugCommandRequest

Opdrachtdefinitie voor foutopsporing van gegevensstromen.

Retouren

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

beginExecuteCommandAndWait(DataFlowDebugCommandRequest, DataFlowDebugSessionExecuteCommandOptionalParams)

Voer een foutopsporingsopdracht voor gegevensstromen uit.

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

Parameters

request
DataFlowDebugCommandRequest

Opdrachtdefinitie voor foutopsporing van gegevensstromen.

Retouren

deleteDataFlowDebugSession(DeleteDataFlowDebugSessionRequest, DataFlowDebugSessionDeleteDataFlowDebugSessionOptionalParams)

Hiermee verwijdert u een foutopsporingssessie voor gegevensstromen.

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

Parameters

request
DeleteDataFlowDebugSessionRequest

Foutopsporingssessiedefinitie voor gegevensstroom voor verwijdering

Retouren

Promise<void>

listQueryDataFlowDebugSessionsByWorkspace(DataFlowDebugSessionQueryDataFlowDebugSessionsByWorkspaceOptionalParams)

Voer een query uit op alle actieve foutopsporingssessies voor gegevensstromen.

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

Parameters

Retouren