DataFlowDebugSession interface
Interfaccia che rappresenta un oggetto DataFlowDebugSession.
Metodi
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.
Parametri delle opzioni.
Restituisce
Promise<AddDataFlowToDebugSessionResponse>
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.
Definizione della sessione di debug del flusso di dati
Parametri delle opzioni.
Restituisce
Promise<@azure/core-lro.SimplePollerLike<OperationState<CreateDataFlowDebugSessionResponse>, CreateDataFlowDebugSessionResponse>>
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.
Definizione della sessione di debug del flusso di dati
Parametri delle opzioni.
Restituisce
Promise<CreateDataFlowDebugSessionResponse>
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.
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.
Parametri delle opzioni.
Restituisce
Promise<DataFlowDebugCommandResponse>
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.
Definizione della sessione di debug del flusso di dati per l'eliminazione
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.
Parametri delle opzioni.