DataFlowDebugSession interface

Rozhraní představující DataFlowDebugSession.

Metody

addDataFlow(string, string, DataFlowDebugPackage, DataFlowDebugSessionAddDataFlowOptionalParams)

Přidejte tok dat do ladicí relace.

beginCreate(string, string, CreateDataFlowDebugSessionRequest, DataFlowDebugSessionCreateOptionalParams)

Vytvoří ladicí relaci toku dat.

beginCreateAndWait(string, string, CreateDataFlowDebugSessionRequest, DataFlowDebugSessionCreateOptionalParams)

Vytvoří ladicí relaci toku dat.

beginExecuteCommand(string, string, DataFlowDebugCommandRequest, DataFlowDebugSessionExecuteCommandOptionalParams)

Spusťte příkaz ladění toku dat.

beginExecuteCommandAndWait(string, string, DataFlowDebugCommandRequest, DataFlowDebugSessionExecuteCommandOptionalParams)

Spusťte příkaz ladění toku dat.

delete(string, string, DeleteDataFlowDebugSessionRequest, DataFlowDebugSessionDeleteOptionalParams)

Odstraní ladicí relaci toku dat.

listQueryByFactory(string, string, DataFlowDebugSessionQueryByFactoryOptionalParams)

Dotazování na všechny aktivní ladicí relace toku dat

Podrobnosti metody

addDataFlow(string, string, DataFlowDebugPackage, DataFlowDebugSessionAddDataFlowOptionalParams)

Přidejte tok dat do ladicí relace.

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

Parametry

resourceGroupName

string

Název skupiny prostředků.

factoryName

string

Název továrny.

request
DataFlowDebugPackage

Definice relace ladění toku dat s obsahem ladění

options
DataFlowDebugSessionAddDataFlowOptionalParams

Parametry možností.

Návraty

beginCreate(string, string, CreateDataFlowDebugSessionRequest, DataFlowDebugSessionCreateOptionalParams)

Vytvoří ladicí relaci toku dat.

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

Parametry

resourceGroupName

string

Název skupiny prostředků.

factoryName

string

Název továrny.

request
CreateDataFlowDebugSessionRequest

Definice relace ladění toku dat

options
DataFlowDebugSessionCreateOptionalParams

Parametry možností.

Návraty

beginCreateAndWait(string, string, CreateDataFlowDebugSessionRequest, DataFlowDebugSessionCreateOptionalParams)

Vytvoří ladicí relaci toku dat.

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

Parametry

resourceGroupName

string

Název skupiny prostředků.

factoryName

string

Název továrny.

request
CreateDataFlowDebugSessionRequest

Definice relace ladění toku dat

options
DataFlowDebugSessionCreateOptionalParams

Parametry možností.

Návraty

beginExecuteCommand(string, string, DataFlowDebugCommandRequest, DataFlowDebugSessionExecuteCommandOptionalParams)

Spusťte příkaz ladění toku dat.

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

Parametry

resourceGroupName

string

Název skupiny prostředků.

factoryName

string

Název továrny.

request
DataFlowDebugCommandRequest

Definice příkazu ladění toku dat

options
DataFlowDebugSessionExecuteCommandOptionalParams

Parametry možností.

Návraty

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

beginExecuteCommandAndWait(string, string, DataFlowDebugCommandRequest, DataFlowDebugSessionExecuteCommandOptionalParams)

Spusťte příkaz ladění toku dat.

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

Parametry

resourceGroupName

string

Název skupiny prostředků.

factoryName

string

Název továrny.

request
DataFlowDebugCommandRequest

Definice příkazu ladění toku dat

options
DataFlowDebugSessionExecuteCommandOptionalParams

Parametry možností.

Návraty

delete(string, string, DeleteDataFlowDebugSessionRequest, DataFlowDebugSessionDeleteOptionalParams)

Odstraní ladicí relaci toku dat.

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

Parametry

resourceGroupName

string

Název skupiny prostředků.

factoryName

string

Název továrny.

request
DeleteDataFlowDebugSessionRequest

Definice relace ladění toku dat pro odstranění

options
DataFlowDebugSessionDeleteOptionalParams

Parametry možností.

Návraty

Promise<void>

listQueryByFactory(string, string, DataFlowDebugSessionQueryByFactoryOptionalParams)

Dotazování na všechny aktivní ladicí relace toku dat

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

Parametry

resourceGroupName

string

Název skupiny prostředků.

factoryName

string

Název továrny.

options
DataFlowDebugSessionQueryByFactoryOptionalParams

Parametry možností.

Návraty