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 Datenfluss-Debugsitzung.

beginCreateAndWait(string, string, CreateDataFlowDebugSessionRequest, DataFlowDebugSessionCreateOptionalParams)

Erstellt eine Datenfluss-Debugsitzung.

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 Datenfluss-Debugsitzung.

listQueryByFactory(string, string, DataFlowDebugSessionQueryByFactoryOptionalParams)

Abfragen aller aktiven Datenfluss-Debugsitzungen.

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 Ressourcengruppenname.

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 Datenfluss-Debugsitzung.

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

Parameter

resourceGroupName

string

Der Ressourcengruppenname.

factoryName

string

Der Werksname.

request
CreateDataFlowDebugSessionRequest

Debugsitzungsdefinition des Datenflusses

options
DataFlowDebugSessionCreateOptionalParams

Die Optionsparameter.

Gibt zurück

beginCreateAndWait(string, string, CreateDataFlowDebugSessionRequest, DataFlowDebugSessionCreateOptionalParams)

Erstellt eine Datenfluss-Debugsitzung.

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

Parameter

resourceGroupName

string

Der Ressourcengruppenname.

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 Ressourcengruppenname.

factoryName

string

Der Werksname.

request
DataFlowDebugCommandRequest

Debugbefehlsdefinition für Den Datenfluss.

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 Ressourcengruppenname.

factoryName

string

Der Werksname.

request
DataFlowDebugCommandRequest

Debugbefehlsdefinition für Den Datenfluss.

options
DataFlowDebugSessionExecuteCommandOptionalParams

Die Optionsparameter.

Gibt zurück

delete(string, string, DeleteDataFlowDebugSessionRequest, DataFlowDebugSessionDeleteOptionalParams)

Löscht eine Datenfluss-Debugsitzung.

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

Parameter

resourceGroupName

string

Der Ressourcengruppenname.

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)

Abfragen aller aktiven Datenfluss-Debugsitzungen.

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

Parameter

resourceGroupName

string

Der Ressourcengruppenname.

factoryName

string

Der Werksname.

options
DataFlowDebugSessionQueryByFactoryOptionalParams

Die Optionsparameter.

Gibt zurück