DataFlowDebugSession interface

Interface representing a DataFlowDebugSession.

Methods

addDataFlow(string, string, DataFlowDebugPackage, DataFlowDebugSessionAddDataFlowOptionalParams)

Add a data flow into debug session.

beginCreate(string, string, CreateDataFlowDebugSessionRequest, DataFlowDebugSessionCreateOptionalParams)

Creates a data flow debug session.

beginCreateAndWait(string, string, CreateDataFlowDebugSessionRequest, DataFlowDebugSessionCreateOptionalParams)

Creates a data flow debug session.

beginExecuteCommand(string, string, DataFlowDebugCommandRequest, DataFlowDebugSessionExecuteCommandOptionalParams)

Execute a data flow debug command.

beginExecuteCommandAndWait(string, string, DataFlowDebugCommandRequest, DataFlowDebugSessionExecuteCommandOptionalParams)

Execute a data flow debug command.

delete(string, string, DeleteDataFlowDebugSessionRequest, DataFlowDebugSessionDeleteOptionalParams)

Deletes a data flow debug session.

listQueryByFactory(string, string, DataFlowDebugSessionQueryByFactoryOptionalParams)

Query all active data flow debug sessions.

Method Details

addDataFlow(string, string, DataFlowDebugPackage, DataFlowDebugSessionAddDataFlowOptionalParams)

Add a data flow into debug session.

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

Parameters

resourceGroupName

string

The resource group name.

factoryName

string

The factory name.

request
DataFlowDebugPackage

Data flow debug session definition with debug content.

options
DataFlowDebugSessionAddDataFlowOptionalParams

The options parameters.

Returns

beginCreate(string, string, CreateDataFlowDebugSessionRequest, DataFlowDebugSessionCreateOptionalParams)

Creates a data flow debug session.

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

Parameters

resourceGroupName

string

The resource group name.

factoryName

string

The factory name.

request
CreateDataFlowDebugSessionRequest

Data flow debug session definition

options
DataFlowDebugSessionCreateOptionalParams

The options parameters.

Returns

beginCreateAndWait(string, string, CreateDataFlowDebugSessionRequest, DataFlowDebugSessionCreateOptionalParams)

Creates a data flow debug session.

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

Parameters

resourceGroupName

string

The resource group name.

factoryName

string

The factory name.

request
CreateDataFlowDebugSessionRequest

Data flow debug session definition

options
DataFlowDebugSessionCreateOptionalParams

The options parameters.

Returns

beginExecuteCommand(string, string, DataFlowDebugCommandRequest, DataFlowDebugSessionExecuteCommandOptionalParams)

Execute a data flow debug command.

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

Parameters

resourceGroupName

string

The resource group name.

factoryName

string

The factory name.

request
DataFlowDebugCommandRequest

Data flow debug command definition.

options
DataFlowDebugSessionExecuteCommandOptionalParams

The options parameters.

Returns

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

beginExecuteCommandAndWait(string, string, DataFlowDebugCommandRequest, DataFlowDebugSessionExecuteCommandOptionalParams)

Execute a data flow debug command.

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

Parameters

resourceGroupName

string

The resource group name.

factoryName

string

The factory name.

request
DataFlowDebugCommandRequest

Data flow debug command definition.

options
DataFlowDebugSessionExecuteCommandOptionalParams

The options parameters.

Returns

delete(string, string, DeleteDataFlowDebugSessionRequest, DataFlowDebugSessionDeleteOptionalParams)

Deletes a data flow debug session.

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

Parameters

resourceGroupName

string

The resource group name.

factoryName

string

The factory name.

request
DeleteDataFlowDebugSessionRequest

Data flow debug session definition for deletion

options
DataFlowDebugSessionDeleteOptionalParams

The options parameters.

Returns

Promise<void>

listQueryByFactory(string, string, DataFlowDebugSessionQueryByFactoryOptionalParams)

Query all active data flow debug sessions.

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

Parameters

resourceGroupName

string

The resource group name.

factoryName

string

The factory name.

options
DataFlowDebugSessionQueryByFactoryOptionalParams

The options parameters.

Returns