DataFlowDebugSessionOperations interface

Interface representing a DataFlowDebugSession operations.

Properties

addDataFlow

Add a data flow into debug session.

beginCreate
beginCreateAndWait
beginExecuteCommand
beginExecuteCommandAndWait
create

Creates a data flow debug session.

delete

Deletes a data flow debug session.

executeCommand

Execute a data flow debug command.

listQueryByFactory

Query all active data flow debug sessions.

Property Details

addDataFlow

Add a data flow into debug session.

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

Property Value

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

beginCreate

Warning

This API is now deprecated.

use create instead

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

Property Value

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

beginCreateAndWait

Warning

This API is now deprecated.

use create instead

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

Property Value

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

beginExecuteCommand

Warning

This API is now deprecated.

use executeCommand instead

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

Property Value

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

beginExecuteCommandAndWait

Warning

This API is now deprecated.

use executeCommand instead

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

Property Value

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

create

Creates a data flow debug session.

create: (resourceGroupName: string, factoryName: string, request: CreateDataFlowDebugSessionRequest, options?: DataFlowDebugSessionCreateOptionalParams) => PollerLike<OperationState<CreateDataFlowDebugSessionResponse>, CreateDataFlowDebugSessionResponse>

Property Value

(resourceGroupName: string, factoryName: string, request: CreateDataFlowDebugSessionRequest, options?: DataFlowDebugSessionCreateOptionalParams) => PollerLike<OperationState<CreateDataFlowDebugSessionResponse>, CreateDataFlowDebugSessionResponse>

delete

Deletes a data flow debug session.

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

Property Value

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

executeCommand

Execute a data flow debug command.

executeCommand: (resourceGroupName: string, factoryName: string, request: DataFlowDebugCommandRequest, options?: DataFlowDebugSessionExecuteCommandOptionalParams) => PollerLike<OperationState<DataFlowDebugCommandResponse>, DataFlowDebugCommandResponse>

Property Value

(resourceGroupName: string, factoryName: string, request: DataFlowDebugCommandRequest, options?: DataFlowDebugSessionExecuteCommandOptionalParams) => PollerLike<OperationState<DataFlowDebugCommandResponse>, DataFlowDebugCommandResponse>

listQueryByFactory

Query all active data flow debug sessions.

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

Property Value

(resourceGroupName: string, factoryName: string, options?: DataFlowDebugSessionListQueryByFactoryOptionalParams) => PagedAsyncIterableIterator<DataFlowDebugSessionInfo, DataFlowDebugSessionInfo[], PageSettings>