DataFlowDebugSession interface
Interface representing a DataFlowDebugSession.
Methods
add |
Add a data flow into debug session. |
begin |
Creates a data flow debug session. |
begin |
Creates a data flow debug session. |
begin |
Execute a data flow debug command. |
begin |
Execute a data flow debug command. |
delete(string, string, Delete |
Deletes a data flow debug session. |
list |
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.
The options parameters.
Returns
Promise<AddDataFlowToDebugSessionResponse>
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.
Data flow debug session definition
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<CreateDataFlowDebugSessionResponse>, CreateDataFlowDebugSessionResponse>>
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.
Data flow debug session definition
The options parameters.
Returns
Promise<CreateDataFlowDebugSessionResponse>
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.
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.
The options parameters.
Returns
Promise<DataFlowDebugCommandResponse>
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.
Data flow debug session definition for deletion
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.
The options parameters.