Freigeben über


DataFlowDebugSession interface

Schnittstelle, die eine DataFlowDebugSession darstellt.

Methoden

addDataFlow(string, string, DataFlowDebugPackage, DataFlowDebugSessionAddDataFlowOptionalParams)

Fügen Sie einen Datenfluss zur Debugsitzung hinzu.

beginCreate(string, string, CreateDataFlowDebugSessionRequest, DataFlowDebugSessionCreateOptionalParams)

Erstellt eine Debugsitzung für einen Datenfluss.

beginCreateAndWait(string, string, CreateDataFlowDebugSessionRequest, DataFlowDebugSessionCreateOptionalParams)

Erstellt eine Debugsitzung für einen Datenfluss.

beginExecuteCommand(string, string, DataFlowDebugCommandRequest, DataFlowDebugSessionExecuteCommandOptionalParams)

Führen Sie einen Debugbefehl für den Datenfluss aus.

beginExecuteCommandAndWait(string, string, DataFlowDebugCommandRequest, DataFlowDebugSessionExecuteCommandOptionalParams)

Führen Sie einen Debugbefehl für den Datenfluss aus.

delete(string, string, DeleteDataFlowDebugSessionRequest, DataFlowDebugSessionDeleteOptionalParams)

Löscht eine Debugsitzung für einen Datenfluss.

listQueryByFactory(string, string, DataFlowDebugSessionQueryByFactoryOptionalParams)

Fragen Sie alle aktiven Debugsitzungen für den Datenfluss ab.

Details zur Methode

addDataFlow(string, string, DataFlowDebugPackage, DataFlowDebugSessionAddDataFlowOptionalParams)

Fügen Sie einen Datenfluss zur Debugsitzung hinzu.

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe.

factoryName

string

Der Werksname.

request
DataFlowDebugPackage

Debugsitzungsdefinition des Datenflusses mit Debuginhalten.

options
DataFlowDebugSessionAddDataFlowOptionalParams

Die Optionsparameter.

Gibt zurück

beginCreate(string, string, CreateDataFlowDebugSessionRequest, DataFlowDebugSessionCreateOptionalParams)

Erstellt eine Debugsitzung für einen Datenfluss.

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe.

factoryName

string

Der Werksname.

request
CreateDataFlowDebugSessionRequest

Debugsitzungsdefinition des Datenflusses

options
DataFlowDebugSessionCreateOptionalParams

Die Optionsparameter.

Gibt zurück

beginCreateAndWait(string, string, CreateDataFlowDebugSessionRequest, DataFlowDebugSessionCreateOptionalParams)

Erstellt eine Debugsitzung für einen Datenfluss.

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe.

factoryName

string

Der Werksname.

request
CreateDataFlowDebugSessionRequest

Debugsitzungsdefinition des Datenflusses

options
DataFlowDebugSessionCreateOptionalParams

Die Optionsparameter.

Gibt zurück

beginExecuteCommand(string, string, DataFlowDebugCommandRequest, DataFlowDebugSessionExecuteCommandOptionalParams)

Führen Sie einen Debugbefehl für den Datenfluss aus.

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe.

factoryName

string

Der Werksname.

request
DataFlowDebugCommandRequest

Definition des Datenflussdebuggingbefehls.

options
DataFlowDebugSessionExecuteCommandOptionalParams

Die Optionsparameter.

Gibt zurück

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

beginExecuteCommandAndWait(string, string, DataFlowDebugCommandRequest, DataFlowDebugSessionExecuteCommandOptionalParams)

Führen Sie einen Debugbefehl für den Datenfluss aus.

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe.

factoryName

string

Der Werksname.

request
DataFlowDebugCommandRequest

Definition des Datenflussdebuggingbefehls.

options
DataFlowDebugSessionExecuteCommandOptionalParams

Die Optionsparameter.

Gibt zurück

delete(string, string, DeleteDataFlowDebugSessionRequest, DataFlowDebugSessionDeleteOptionalParams)

Löscht eine Debugsitzung für einen Datenfluss.

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe.

factoryName

string

Der Werksname.

request
DeleteDataFlowDebugSessionRequest

Debugsitzungsdefinition für den Datenfluss zum Löschen

options
DataFlowDebugSessionDeleteOptionalParams

Die Optionsparameter.

Gibt zurück

Promise<void>

listQueryByFactory(string, string, DataFlowDebugSessionQueryByFactoryOptionalParams)

Fragen Sie alle aktiven Debugsitzungen für den Datenfluss ab.

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe.

factoryName

string

Der Werksname.

options
DataFlowDebugSessionQueryByFactoryOptionalParams

Die Optionsparameter.

Gibt zurück