DataFlowDebugSession interface
DataFlowDebugSession을 나타내는 인터페이스입니다.
메서드
메서드 세부 정보
addDataFlow(DataFlowDebugPackage, DataFlowDebugSessionAddDataFlowOptionalParams)
디버그 세션에 데이터 흐름을 추가합니다.
function addDataFlow(request: DataFlowDebugPackage, options?: DataFlowDebugSessionAddDataFlowOptionalParams): Promise<AddDataFlowToDebugSessionResponse>
매개 변수
- request
- DataFlowDebugPackage
디버그 콘텐츠가 있는 데이터 흐름 디버그 세션 정의입니다.
옵션 매개 변수입니다.
반환
Promise<AddDataFlowToDebugSessionResponse>
beginCreateDataFlowDebugSession(CreateDataFlowDebugSessionRequest, DataFlowDebugSessionCreateDataFlowDebugSessionOptionalParams)
데이터 흐름 디버그 세션을 만듭니다.
function beginCreateDataFlowDebugSession(request: CreateDataFlowDebugSessionRequest, options?: DataFlowDebugSessionCreateDataFlowDebugSessionOptionalParams): Promise<SimplePollerLike<OperationState<CreateDataFlowDebugSessionResponse>, CreateDataFlowDebugSessionResponse>>
매개 변수
데이터 흐름 디버그 세션 정의
옵션 매개 변수입니다.
반환
Promise<@azure/core-lro.SimplePollerLike<OperationState<CreateDataFlowDebugSessionResponse>, CreateDataFlowDebugSessionResponse>>
beginCreateDataFlowDebugSessionAndWait(CreateDataFlowDebugSessionRequest, DataFlowDebugSessionCreateDataFlowDebugSessionOptionalParams)
데이터 흐름 디버그 세션을 만듭니다.
function beginCreateDataFlowDebugSessionAndWait(request: CreateDataFlowDebugSessionRequest, options?: DataFlowDebugSessionCreateDataFlowDebugSessionOptionalParams): Promise<CreateDataFlowDebugSessionResponse>
매개 변수
데이터 흐름 디버그 세션 정의
옵션 매개 변수입니다.
반환
Promise<CreateDataFlowDebugSessionResponse>
beginExecuteCommand(DataFlowDebugCommandRequest, DataFlowDebugSessionExecuteCommandOptionalParams)
데이터 흐름 디버그 명령을 실행합니다.
function beginExecuteCommand(request: DataFlowDebugCommandRequest, options?: DataFlowDebugSessionExecuteCommandOptionalParams): Promise<SimplePollerLike<OperationState<DataFlowDebugCommandResponse>, DataFlowDebugCommandResponse>>
매개 변수
- request
- DataFlowDebugCommandRequest
데이터 흐름 디버그 명령 정의입니다.
옵션 매개 변수입니다.
반환
Promise<@azure/core-lro.SimplePollerLike<OperationState<DataFlowDebugCommandResponse>, DataFlowDebugCommandResponse>>
beginExecuteCommandAndWait(DataFlowDebugCommandRequest, DataFlowDebugSessionExecuteCommandOptionalParams)
데이터 흐름 디버그 명령을 실행합니다.
function beginExecuteCommandAndWait(request: DataFlowDebugCommandRequest, options?: DataFlowDebugSessionExecuteCommandOptionalParams): Promise<DataFlowDebugCommandResponse>
매개 변수
- request
- DataFlowDebugCommandRequest
데이터 흐름 디버그 명령 정의입니다.
옵션 매개 변수입니다.
반환
Promise<DataFlowDebugCommandResponse>
deleteDataFlowDebugSession(DeleteDataFlowDebugSessionRequest, DataFlowDebugSessionDeleteDataFlowDebugSessionOptionalParams)
데이터 흐름 디버그 세션을 삭제합니다.
function deleteDataFlowDebugSession(request: DeleteDataFlowDebugSessionRequest, options?: DataFlowDebugSessionDeleteDataFlowDebugSessionOptionalParams): Promise<void>
매개 변수
삭제를 위한 데이터 흐름 디버그 세션 정의
옵션 매개 변수입니다.
반환
Promise<void>
listQueryDataFlowDebugSessionsByWorkspace(DataFlowDebugSessionQueryDataFlowDebugSessionsByWorkspaceOptionalParams)
모든 활성 데이터 흐름 디버그 세션을 쿼리합니다.
function listQueryDataFlowDebugSessionsByWorkspace(options?: DataFlowDebugSessionQueryDataFlowDebugSessionsByWorkspaceOptionalParams): PagedAsyncIterableIterator<DataFlowDebugSessionInfo, DataFlowDebugSessionInfo[], PageSettings>
매개 변수
옵션 매개 변수입니다.