DataFlowDebugSession interface

DataFlowDebugSession을 나타내는 인터페이스입니다.

메서드

addDataFlow(string, string, DataFlowDebugPackage, DataFlowDebugSessionAddDataFlowOptionalParams)

디버그 세션에 데이터 흐름을 추가합니다.

beginCreate(string, string, CreateDataFlowDebugSessionRequest, DataFlowDebugSessionCreateOptionalParams)

데이터 흐름 디버그 세션을 만듭니다.

beginCreateAndWait(string, string, CreateDataFlowDebugSessionRequest, DataFlowDebugSessionCreateOptionalParams)

데이터 흐름 디버그 세션을 만듭니다.

beginExecuteCommand(string, string, DataFlowDebugCommandRequest, DataFlowDebugSessionExecuteCommandOptionalParams)

데이터 흐름 디버그 명령을 실행합니다.

beginExecuteCommandAndWait(string, string, DataFlowDebugCommandRequest, DataFlowDebugSessionExecuteCommandOptionalParams)

데이터 흐름 디버그 명령을 실행합니다.

delete(string, string, DeleteDataFlowDebugSessionRequest, DataFlowDebugSessionDeleteOptionalParams)

데이터 흐름 디버그 세션을 삭제합니다.

listQueryByFactory(string, string, DataFlowDebugSessionQueryByFactoryOptionalParams)

모든 활성 데이터 흐름 디버그 세션을 쿼리합니다.

메서드 세부 정보

addDataFlow(string, string, DataFlowDebugPackage, DataFlowDebugSessionAddDataFlowOptionalParams)

디버그 세션에 데이터 흐름을 추가합니다.

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

매개 변수

resourceGroupName

string

리소스 그룹 이름입니다.

factoryName

string

팩터리 이름입니다.

request
DataFlowDebugPackage

디버그 콘텐츠가 있는 데이터 흐름 디버그 세션 정의입니다.

options
DataFlowDebugSessionAddDataFlowOptionalParams

옵션 매개 변수입니다.

반환

beginCreate(string, string, CreateDataFlowDebugSessionRequest, DataFlowDebugSessionCreateOptionalParams)

데이터 흐름 디버그 세션을 만듭니다.

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

매개 변수

resourceGroupName

string

리소스 그룹 이름입니다.

factoryName

string

팩터리 이름입니다.

request
CreateDataFlowDebugSessionRequest

데이터 흐름 디버그 세션 정의

options
DataFlowDebugSessionCreateOptionalParams

옵션 매개 변수입니다.

반환

beginCreateAndWait(string, string, CreateDataFlowDebugSessionRequest, DataFlowDebugSessionCreateOptionalParams)

데이터 흐름 디버그 세션을 만듭니다.

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

매개 변수

resourceGroupName

string

리소스 그룹 이름입니다.

factoryName

string

팩터리 이름입니다.

request
CreateDataFlowDebugSessionRequest

데이터 흐름 디버그 세션 정의

options
DataFlowDebugSessionCreateOptionalParams

옵션 매개 변수입니다.

반환

beginExecuteCommand(string, string, DataFlowDebugCommandRequest, DataFlowDebugSessionExecuteCommandOptionalParams)

데이터 흐름 디버그 명령을 실행합니다.

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

매개 변수

resourceGroupName

string

리소스 그룹 이름입니다.

factoryName

string

팩터리 이름입니다.

request
DataFlowDebugCommandRequest

데이터 흐름 디버그 명령 정의입니다.

options
DataFlowDebugSessionExecuteCommandOptionalParams

옵션 매개 변수입니다.

반환

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

beginExecuteCommandAndWait(string, string, DataFlowDebugCommandRequest, DataFlowDebugSessionExecuteCommandOptionalParams)

데이터 흐름 디버그 명령을 실행합니다.

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

매개 변수

resourceGroupName

string

리소스 그룹 이름입니다.

factoryName

string

팩터리 이름입니다.

request
DataFlowDebugCommandRequest

데이터 흐름 디버그 명령 정의입니다.

options
DataFlowDebugSessionExecuteCommandOptionalParams

옵션 매개 변수입니다.

반환

delete(string, string, DeleteDataFlowDebugSessionRequest, DataFlowDebugSessionDeleteOptionalParams)

데이터 흐름 디버그 세션을 삭제합니다.

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

매개 변수

resourceGroupName

string

리소스 그룹 이름입니다.

factoryName

string

팩터리 이름입니다.

request
DeleteDataFlowDebugSessionRequest

삭제를 위한 데이터 흐름 디버그 세션 정의

options
DataFlowDebugSessionDeleteOptionalParams

옵션 매개 변수입니다.

반환

Promise<void>

listQueryByFactory(string, string, DataFlowDebugSessionQueryByFactoryOptionalParams)

모든 활성 데이터 흐름 디버그 세션을 쿼리합니다.

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

매개 변수

resourceGroupName

string

리소스 그룹 이름입니다.

factoryName

string

팩터리 이름입니다.

options
DataFlowDebugSessionQueryByFactoryOptionalParams

옵션 매개 변수입니다.

반환