Aracılığıyla paylaş


DataFlowDebugSession interface

DataFlowDebugSession'i temsil eden arabirim.

Yöntemler

addDataFlow(string, string, DataFlowDebugPackage, DataFlowDebugSessionAddDataFlowOptionalParams)

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

beginCreate(string, string, CreateDataFlowDebugSessionRequest, DataFlowDebugSessionCreateOptionalParams)

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

beginCreateAndWait(string, string, CreateDataFlowDebugSessionRequest, DataFlowDebugSessionCreateOptionalParams)

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

beginExecuteCommand(string, string, DataFlowDebugCommandRequest, DataFlowDebugSessionExecuteCommandOptionalParams)

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

beginExecuteCommandAndWait(string, string, DataFlowDebugCommandRequest, DataFlowDebugSessionExecuteCommandOptionalParams)

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

delete(string, string, DeleteDataFlowDebugSessionRequest, DataFlowDebugSessionDeleteOptionalParams)

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

listQueryByFactory(string, string, DataFlowDebugSessionQueryByFactoryOptionalParams)

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

Yöntem Ayrıntıları

addDataFlow(string, string, DataFlowDebugPackage, DataFlowDebugSessionAddDataFlowOptionalParams)

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

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

Parametreler

resourceGroupName

string

Kaynak grubu adı.

factoryName

string

Fabrika adı.

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

beginCreate(string, string, CreateDataFlowDebugSessionRequest, DataFlowDebugSessionCreateOptionalParams)

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

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

Parametreler

resourceGroupName

string

Kaynak grubu adı.

factoryName

string

Fabrika adı.

request
CreateDataFlowDebugSessionRequest

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

options
DataFlowDebugSessionCreateOptionalParams

Seçenekler parametreleri.

Döndürülenler

beginCreateAndWait(string, string, CreateDataFlowDebugSessionRequest, DataFlowDebugSessionCreateOptionalParams)

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

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

Parametreler

resourceGroupName

string

Kaynak grubu adı.

factoryName

string

Fabrika adı.

request
CreateDataFlowDebugSessionRequest

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

options
DataFlowDebugSessionCreateOptionalParams

Seçenekler parametreleri.

Döndürülenler

beginExecuteCommand(string, string, DataFlowDebugCommandRequest, DataFlowDebugSessionExecuteCommandOptionalParams)

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

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

Parametreler

resourceGroupName

string

Kaynak grubu adı.

factoryName

string

Fabrika adı.

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(string, string, DataFlowDebugCommandRequest, DataFlowDebugSessionExecuteCommandOptionalParams)

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

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

Parametreler

resourceGroupName

string

Kaynak grubu adı.

factoryName

string

Fabrika adı.

request
DataFlowDebugCommandRequest

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

options
DataFlowDebugSessionExecuteCommandOptionalParams

Seçenekler parametreleri.

Döndürülenler

delete(string, string, DeleteDataFlowDebugSessionRequest, DataFlowDebugSessionDeleteOptionalParams)

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

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

Parametreler

resourceGroupName

string

Kaynak grubu adı.

factoryName

string

Fabrika adı.

request
DeleteDataFlowDebugSessionRequest

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

options
DataFlowDebugSessionDeleteOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<void>

listQueryByFactory(string, string, DataFlowDebugSessionQueryByFactoryOptionalParams)

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

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

Parametreler

resourceGroupName

string

Kaynak grubu adı.

factoryName

string

Fabrika adı.

options
DataFlowDebugSessionQueryByFactoryOptionalParams

Seçenekler parametreleri.

Döndürülenler