DataFlowDebugSession interface
Schnittstelle, die eine DataFlowDebugSession darstellt.
Methoden
Details zur Methode
addDataFlow(DataFlowDebugPackage, DataFlowDebugSessionAddDataFlowOptionalParams)
Fügen Sie einen Datenfluss zur Debugsitzung hinzu.
function addDataFlow(request: DataFlowDebugPackage, options?: DataFlowDebugSessionAddDataFlowOptionalParams): Promise<AddDataFlowToDebugSessionResponse>
Parameter
- request
- DataFlowDebugPackage
Debugsitzungsdefinition des Datenflusses mit Debuginhalten.
Die Optionsparameter.
Gibt zurück
Promise<AddDataFlowToDebugSessionResponse>
beginCreateDataFlowDebugSession(CreateDataFlowDebugSessionRequest, DataFlowDebugSessionCreateDataFlowDebugSessionOptionalParams)
Erstellt eine Datenfluss-Debugsitzung.
function beginCreateDataFlowDebugSession(request: CreateDataFlowDebugSessionRequest, options?: DataFlowDebugSessionCreateDataFlowDebugSessionOptionalParams): Promise<SimplePollerLike<OperationState<CreateDataFlowDebugSessionResponse>, CreateDataFlowDebugSessionResponse>>
Parameter
Debugsitzungsdefinition des Datenflusses
Die Optionsparameter.
Gibt zurück
Promise<@azure/core-lro.SimplePollerLike<OperationState<CreateDataFlowDebugSessionResponse>, CreateDataFlowDebugSessionResponse>>
beginCreateDataFlowDebugSessionAndWait(CreateDataFlowDebugSessionRequest, DataFlowDebugSessionCreateDataFlowDebugSessionOptionalParams)
Erstellt eine Datenfluss-Debugsitzung.
function beginCreateDataFlowDebugSessionAndWait(request: CreateDataFlowDebugSessionRequest, options?: DataFlowDebugSessionCreateDataFlowDebugSessionOptionalParams): Promise<CreateDataFlowDebugSessionResponse>
Parameter
Debugsitzungsdefinition des Datenflusses
Die Optionsparameter.
Gibt zurück
Promise<CreateDataFlowDebugSessionResponse>
beginExecuteCommand(DataFlowDebugCommandRequest, DataFlowDebugSessionExecuteCommandOptionalParams)
Führen Sie einen Debugbefehl für den Datenfluss aus.
function beginExecuteCommand(request: DataFlowDebugCommandRequest, options?: DataFlowDebugSessionExecuteCommandOptionalParams): Promise<SimplePollerLike<OperationState<DataFlowDebugCommandResponse>, DataFlowDebugCommandResponse>>
Parameter
- request
- DataFlowDebugCommandRequest
Debugbefehlsdefinition für Den Datenfluss.
Die Optionsparameter.
Gibt zurück
Promise<@azure/core-lro.SimplePollerLike<OperationState<DataFlowDebugCommandResponse>, DataFlowDebugCommandResponse>>
beginExecuteCommandAndWait(DataFlowDebugCommandRequest, DataFlowDebugSessionExecuteCommandOptionalParams)
Führen Sie einen Debugbefehl für den Datenfluss aus.
function beginExecuteCommandAndWait(request: DataFlowDebugCommandRequest, options?: DataFlowDebugSessionExecuteCommandOptionalParams): Promise<DataFlowDebugCommandResponse>
Parameter
- request
- DataFlowDebugCommandRequest
Debugbefehlsdefinition für Den Datenfluss.
Die Optionsparameter.
Gibt zurück
Promise<DataFlowDebugCommandResponse>
deleteDataFlowDebugSession(DeleteDataFlowDebugSessionRequest, DataFlowDebugSessionDeleteDataFlowDebugSessionOptionalParams)
Löscht eine Datenfluss-Debugsitzung.
function deleteDataFlowDebugSession(request: DeleteDataFlowDebugSessionRequest, options?: DataFlowDebugSessionDeleteDataFlowDebugSessionOptionalParams): Promise<void>
Parameter
Debugsitzungsdefinition für den Datenfluss zum Löschen
Die Optionsparameter.
Gibt zurück
Promise<void>
listQueryDataFlowDebugSessionsByWorkspace(DataFlowDebugSessionQueryDataFlowDebugSessionsByWorkspaceOptionalParams)
Abfragen aller aktiven Datenfluss-Debugsitzungen.
function listQueryDataFlowDebugSessionsByWorkspace(options?: DataFlowDebugSessionQueryDataFlowDebugSessionsByWorkspaceOptionalParams): PagedAsyncIterableIterator<DataFlowDebugSessionInfo, DataFlowDebugSessionInfo[], PageSettings>
Parameter
Die Optionsparameter.