Aracılığıyla paylaş


DataFlowDebugSession interface

DataFlowDebugSession'i temsil eden arabirim.

Yöntemler

addDataFlow(DataFlowDebugPackage, DataFlowDebugSessionAddDataFlowOptionalParams)

Hata ayıklama oturumuna bir veri akışı ekleyin.

beginCreateDataFlowDebugSession(CreateDataFlowDebugSessionRequest, DataFlowDebugSessionCreateDataFlowDebugSessionOptionalParams)

Veri akışı hata ayıklama oturumu oluşturur.

beginCreateDataFlowDebugSessionAndWait(CreateDataFlowDebugSessionRequest, DataFlowDebugSessionCreateDataFlowDebugSessionOptionalParams)

Veri akışı hata ayıklama oturumu oluşturur.

beginExecuteCommand(DataFlowDebugCommandRequest, DataFlowDebugSessionExecuteCommandOptionalParams)

Veri akışı hata ayıklama komutunu yürütür.

beginExecuteCommandAndWait(DataFlowDebugCommandRequest, DataFlowDebugSessionExecuteCommandOptionalParams)

Veri akışı hata ayıklama komutunu yürütür.

deleteDataFlowDebugSession(DeleteDataFlowDebugSessionRequest, DataFlowDebugSessionDeleteDataFlowDebugSessionOptionalParams)

Veri akışı hata ayıklama oturumunu siler.

listQueryDataFlowDebugSessionsByWorkspace(DataFlowDebugSessionQueryDataFlowDebugSessionsByWorkspaceOptionalParams)

Tüm etkin veri akışı hata ayıklama oturumlarını sorgula.

Yöntem Ayrıntıları

addDataFlow(DataFlowDebugPackage, DataFlowDebugSessionAddDataFlowOptionalParams)

Hata ayıklama oturumuna bir veri akışı ekleyin.

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

Parametreler

request
DataFlowDebugPackage

Hata ayıklama içeriğiyle veri akışı hata ayıklama oturumu tanımı.

options
DataFlowDebugSessionAddDataFlowOptionalParams

Seçenekler parametreleri.

Döndürülenler

beginCreateDataFlowDebugSession(CreateDataFlowDebugSessionRequest, DataFlowDebugSessionCreateDataFlowDebugSessionOptionalParams)

Veri akışı hata ayıklama oturumu oluşturur.

function beginCreateDataFlowDebugSession(request: CreateDataFlowDebugSessionRequest, options?: DataFlowDebugSessionCreateDataFlowDebugSessionOptionalParams): Promise<SimplePollerLike<OperationState<CreateDataFlowDebugSessionResponse>, CreateDataFlowDebugSessionResponse>>

Parametreler

request
CreateDataFlowDebugSessionRequest

Veri akışı hata ayıklama oturumu tanımı

Döndürülenler

beginCreateDataFlowDebugSessionAndWait(CreateDataFlowDebugSessionRequest, DataFlowDebugSessionCreateDataFlowDebugSessionOptionalParams)

Veri akışı hata ayıklama oturumu oluşturur.

function beginCreateDataFlowDebugSessionAndWait(request: CreateDataFlowDebugSessionRequest, options?: DataFlowDebugSessionCreateDataFlowDebugSessionOptionalParams): Promise<CreateDataFlowDebugSessionResponse>

Parametreler

request
CreateDataFlowDebugSessionRequest

Veri akışı hata ayıklama oturumu tanımı

Döndürülenler

beginExecuteCommand(DataFlowDebugCommandRequest, DataFlowDebugSessionExecuteCommandOptionalParams)

Veri akışı hata ayıklama komutunu yürütür.

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

Parametreler

request
DataFlowDebugCommandRequest

Veri akışı hata ayıklama komut tanımı.

options
DataFlowDebugSessionExecuteCommandOptionalParams

Seçenekler parametreleri.

Döndürülenler

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

beginExecuteCommandAndWait(DataFlowDebugCommandRequest, DataFlowDebugSessionExecuteCommandOptionalParams)

Veri akışı hata ayıklama komutunu yürütür.

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

Parametreler

request
DataFlowDebugCommandRequest

Veri akışı hata ayıklama komut tanımı.

options
DataFlowDebugSessionExecuteCommandOptionalParams

Seçenekler parametreleri.

Döndürülenler

deleteDataFlowDebugSession(DeleteDataFlowDebugSessionRequest, DataFlowDebugSessionDeleteDataFlowDebugSessionOptionalParams)

Veri akışı hata ayıklama oturumunu siler.

function deleteDataFlowDebugSession(request: DeleteDataFlowDebugSessionRequest, options?: DataFlowDebugSessionDeleteDataFlowDebugSessionOptionalParams): Promise<void>

Parametreler

request
DeleteDataFlowDebugSessionRequest

Silme için veri akışı hata ayıklama oturumu tanımı

Döndürülenler

Promise<void>

listQueryDataFlowDebugSessionsByWorkspace(DataFlowDebugSessionQueryDataFlowDebugSessionsByWorkspaceOptionalParams)

Tüm etkin veri akışı hata ayıklama oturumlarını sorgula.

function listQueryDataFlowDebugSessionsByWorkspace(options?: DataFlowDebugSessionQueryDataFlowDebugSessionsByWorkspaceOptionalParams): PagedAsyncIterableIterator<DataFlowDebugSessionInfo, DataFlowDebugSessionInfo[], PageSettings>

Parametreler

Döndürülenler