DataFlowDebugSession interface
DataFlowDebugSession'i temsil eden arabirim.
Yöntemler
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ı.
Seçenekler parametreleri.
Döndürülenler
Promise<AddDataFlowToDebugSessionResponse>
beginCreateDataFlowDebugSession(CreateDataFlowDebugSessionRequest, DataFlowDebugSessionCreateDataFlowDebugSessionOptionalParams)
Veri akışı hata ayıklama oturumu oluşturur.
function beginCreateDataFlowDebugSession(request: CreateDataFlowDebugSessionRequest, options?: DataFlowDebugSessionCreateDataFlowDebugSessionOptionalParams): Promise<SimplePollerLike<OperationState<CreateDataFlowDebugSessionResponse>, CreateDataFlowDebugSessionResponse>>
Parametreler
Veri akışı hata ayıklama oturumu tanımı
Seçenekler parametreleri.
Döndürülenler
Promise<@azure/core-lro.SimplePollerLike<OperationState<CreateDataFlowDebugSessionResponse>, CreateDataFlowDebugSessionResponse>>
beginCreateDataFlowDebugSessionAndWait(CreateDataFlowDebugSessionRequest, DataFlowDebugSessionCreateDataFlowDebugSessionOptionalParams)
Veri akışı hata ayıklama oturumu oluşturur.
function beginCreateDataFlowDebugSessionAndWait(request: CreateDataFlowDebugSessionRequest, options?: DataFlowDebugSessionCreateDataFlowDebugSessionOptionalParams): Promise<CreateDataFlowDebugSessionResponse>
Parametreler
Veri akışı hata ayıklama oturumu tanımı
Seçenekler parametreleri.
Döndürülenler
Promise<CreateDataFlowDebugSessionResponse>
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ı.
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ı.
Seçenekler parametreleri.
Döndürülenler
Promise<DataFlowDebugCommandResponse>
deleteDataFlowDebugSession(DeleteDataFlowDebugSessionRequest, DataFlowDebugSessionDeleteDataFlowDebugSessionOptionalParams)
Veri akışı hata ayıklama oturumunu siler.
function deleteDataFlowDebugSession(request: DeleteDataFlowDebugSessionRequest, options?: DataFlowDebugSessionDeleteDataFlowDebugSessionOptionalParams): Promise<void>
Parametreler
Silme için veri akışı hata ayıklama oturumu tanımı
Seçenekler parametreleri.
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
Seçenekler parametreleri.