Delen via


DataFlowDebugSession interface

Interface die een DataFlowDebugSession vertegenwoordigt.

Methoden

addDataFlow(string, string, DataFlowDebugPackage, DataFlowDebugSessionAddDataFlowOptionalParams)

Voeg een gegevensstroom toe aan de foutopsporingssessie.

beginCreate(string, string, CreateDataFlowDebugSessionRequest, DataFlowDebugSessionCreateOptionalParams)

Hiermee maakt u een foutopsporingssessie voor gegevensstromen.

beginCreateAndWait(string, string, CreateDataFlowDebugSessionRequest, DataFlowDebugSessionCreateOptionalParams)

Hiermee maakt u een foutopsporingssessie voor gegevensstromen.

beginExecuteCommand(string, string, DataFlowDebugCommandRequest, DataFlowDebugSessionExecuteCommandOptionalParams)

Voer een foutopsporingsopdracht voor gegevensstromen uit.

beginExecuteCommandAndWait(string, string, DataFlowDebugCommandRequest, DataFlowDebugSessionExecuteCommandOptionalParams)

Voer een foutopsporingsopdracht voor gegevensstromen uit.

delete(string, string, DeleteDataFlowDebugSessionRequest, DataFlowDebugSessionDeleteOptionalParams)

Hiermee verwijdert u een foutopsporingssessie voor gegevensstromen.

listQueryByFactory(string, string, DataFlowDebugSessionQueryByFactoryOptionalParams)

Voer een query uit op alle actieve foutopsporingssessies voor gegevensstromen.

Methodedetails

addDataFlow(string, string, DataFlowDebugPackage, DataFlowDebugSessionAddDataFlowOptionalParams)

Voeg een gegevensstroom toe aan de foutopsporingssessie.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep.

factoryName

string

De naam van de fabriek.

request
DataFlowDebugPackage

Foutopsporingssessiedefinitie voor gegevensstromen met foutopsporingsinhoud.

options
DataFlowDebugSessionAddDataFlowOptionalParams

De optiesparameters.

Retouren

beginCreate(string, string, CreateDataFlowDebugSessionRequest, DataFlowDebugSessionCreateOptionalParams)

Hiermee maakt u een foutopsporingssessie voor gegevensstromen.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep.

factoryName

string

De naam van de fabriek.

request
CreateDataFlowDebugSessionRequest

Foutopsporingssessiedefinitie voor gegevensstromen

options
DataFlowDebugSessionCreateOptionalParams

De optiesparameters.

Retouren

beginCreateAndWait(string, string, CreateDataFlowDebugSessionRequest, DataFlowDebugSessionCreateOptionalParams)

Hiermee maakt u een foutopsporingssessie voor gegevensstromen.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep.

factoryName

string

De naam van de fabriek.

request
CreateDataFlowDebugSessionRequest

Foutopsporingssessiedefinitie voor gegevensstromen

options
DataFlowDebugSessionCreateOptionalParams

De optiesparameters.

Retouren

beginExecuteCommand(string, string, DataFlowDebugCommandRequest, DataFlowDebugSessionExecuteCommandOptionalParams)

Voer een foutopsporingsopdracht voor gegevensstromen uit.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep.

factoryName

string

De naam van de fabriek.

request
DataFlowDebugCommandRequest

Opdrachtdefinitie voor foutopsporing van gegevensstromen.

Retouren

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

beginExecuteCommandAndWait(string, string, DataFlowDebugCommandRequest, DataFlowDebugSessionExecuteCommandOptionalParams)

Voer een foutopsporingsopdracht voor gegevensstromen uit.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep.

factoryName

string

De naam van de fabriek.

request
DataFlowDebugCommandRequest

Opdrachtdefinitie voor foutopsporing van gegevensstromen.

Retouren

delete(string, string, DeleteDataFlowDebugSessionRequest, DataFlowDebugSessionDeleteOptionalParams)

Hiermee verwijdert u een foutopsporingssessie voor gegevensstromen.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep.

factoryName

string

De naam van de fabriek.

request
DeleteDataFlowDebugSessionRequest

Foutopsporingssessiedefinitie voor gegevensstroom voor verwijdering

options
DataFlowDebugSessionDeleteOptionalParams

De optiesparameters.

Retouren

Promise<void>

listQueryByFactory(string, string, DataFlowDebugSessionQueryByFactoryOptionalParams)

Voer een query uit op alle actieve foutopsporingssessies voor gegevensstromen.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep.

factoryName

string

De naam van de fabriek.

Retouren