Condividi tramite


DataFlowDebugSession interface

Interfaccia che rappresenta un oggetto DataFlowDebugSession.

Metodi

addDataFlow(string, string, DataFlowDebugPackage, DataFlowDebugSessionAddDataFlowOptionalParams)

Aggiungere un flusso di dati alla sessione di debug.

beginCreate(string, string, CreateDataFlowDebugSessionRequest, DataFlowDebugSessionCreateOptionalParams)

Crea una sessione di debug del flusso di dati.

beginCreateAndWait(string, string, CreateDataFlowDebugSessionRequest, DataFlowDebugSessionCreateOptionalParams)

Crea una sessione di debug del flusso di dati.

beginExecuteCommand(string, string, DataFlowDebugCommandRequest, DataFlowDebugSessionExecuteCommandOptionalParams)

Eseguire un comando di debug del flusso di dati.

beginExecuteCommandAndWait(string, string, DataFlowDebugCommandRequest, DataFlowDebugSessionExecuteCommandOptionalParams)

Eseguire un comando di debug del flusso di dati.

delete(string, string, DeleteDataFlowDebugSessionRequest, DataFlowDebugSessionDeleteOptionalParams)

Elimina una sessione di debug del flusso di dati.

listQueryByFactory(string, string, DataFlowDebugSessionQueryByFactoryOptionalParams)

Eseguire query su tutte le sessioni di debug del flusso di dati attive.

Dettagli metodo

addDataFlow(string, string, DataFlowDebugPackage, DataFlowDebugSessionAddDataFlowOptionalParams)

Aggiungere un flusso di dati alla sessione di debug.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse.

factoryName

string

Nome della factory.

request
DataFlowDebugPackage

Definizione della sessione di debug del flusso di dati con contenuto di debug.

options
DataFlowDebugSessionAddDataFlowOptionalParams

Parametri delle opzioni.

Restituisce

beginCreate(string, string, CreateDataFlowDebugSessionRequest, DataFlowDebugSessionCreateOptionalParams)

Crea una sessione di debug del flusso di dati.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse.

factoryName

string

Nome della factory.

request
CreateDataFlowDebugSessionRequest

Definizione della sessione di debug del flusso di dati

options
DataFlowDebugSessionCreateOptionalParams

Parametri delle opzioni.

Restituisce

beginCreateAndWait(string, string, CreateDataFlowDebugSessionRequest, DataFlowDebugSessionCreateOptionalParams)

Crea una sessione di debug del flusso di dati.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse.

factoryName

string

Nome della factory.

request
CreateDataFlowDebugSessionRequest

Definizione della sessione di debug del flusso di dati

options
DataFlowDebugSessionCreateOptionalParams

Parametri delle opzioni.

Restituisce

beginExecuteCommand(string, string, DataFlowDebugCommandRequest, DataFlowDebugSessionExecuteCommandOptionalParams)

Eseguire un comando di debug del flusso di dati.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse.

factoryName

string

Nome della factory.

request
DataFlowDebugCommandRequest

Definizione del comando di debug del flusso di dati.

options
DataFlowDebugSessionExecuteCommandOptionalParams

Parametri delle opzioni.

Restituisce

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

beginExecuteCommandAndWait(string, string, DataFlowDebugCommandRequest, DataFlowDebugSessionExecuteCommandOptionalParams)

Eseguire un comando di debug del flusso di dati.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse.

factoryName

string

Nome della factory.

request
DataFlowDebugCommandRequest

Definizione del comando di debug del flusso di dati.

options
DataFlowDebugSessionExecuteCommandOptionalParams

Parametri delle opzioni.

Restituisce

delete(string, string, DeleteDataFlowDebugSessionRequest, DataFlowDebugSessionDeleteOptionalParams)

Elimina una sessione di debug del flusso di dati.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse.

factoryName

string

Nome della factory.

request
DeleteDataFlowDebugSessionRequest

Definizione della sessione di debug del flusso di dati per l'eliminazione

options
DataFlowDebugSessionDeleteOptionalParams

Parametri delle opzioni.

Restituisce

Promise<void>

listQueryByFactory(string, string, DataFlowDebugSessionQueryByFactoryOptionalParams)

Eseguire query su tutte le sessioni di debug del flusso di dati attive.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse.

factoryName

string

Nome della factory.

options
DataFlowDebugSessionQueryByFactoryOptionalParams

Parametri delle opzioni.

Restituisce