DataFlowDebugSessionOperations interface

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

속성

addDataFlow

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

beginCreate
beginCreateAndWait
beginExecuteCommand
beginExecuteCommandAndWait
create

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

delete

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

executeCommand

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

listQueryByFactory

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

속성 세부 정보

addDataFlow

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

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

속성 값

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

beginCreate

경고

이 API는 이제 사용되지 않습니다.

use create instead

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

속성 값

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

beginCreateAndWait

경고

이 API는 이제 사용되지 않습니다.

use create instead

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

속성 값

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

beginExecuteCommand

경고

이 API는 이제 사용되지 않습니다.

use executeCommand instead

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

속성 값

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

beginExecuteCommandAndWait

경고

이 API는 이제 사용되지 않습니다.

use executeCommand instead

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

속성 값

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

create

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

create: (resourceGroupName: string, factoryName: string, request: CreateDataFlowDebugSessionRequest, options?: DataFlowDebugSessionCreateOptionalParams) => PollerLike<OperationState<CreateDataFlowDebugSessionResponse>, CreateDataFlowDebugSessionResponse>

속성 값

(resourceGroupName: string, factoryName: string, request: CreateDataFlowDebugSessionRequest, options?: DataFlowDebugSessionCreateOptionalParams) => PollerLike<OperationState<CreateDataFlowDebugSessionResponse>, CreateDataFlowDebugSessionResponse>

delete

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

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

속성 값

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

executeCommand

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

executeCommand: (resourceGroupName: string, factoryName: string, request: DataFlowDebugCommandRequest, options?: DataFlowDebugSessionExecuteCommandOptionalParams) => PollerLike<OperationState<DataFlowDebugCommandResponse>, DataFlowDebugCommandResponse>

속성 값

(resourceGroupName: string, factoryName: string, request: DataFlowDebugCommandRequest, options?: DataFlowDebugSessionExecuteCommandOptionalParams) => PollerLike<OperationState<DataFlowDebugCommandResponse>, DataFlowDebugCommandResponse>

listQueryByFactory

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

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

속성 값

(resourceGroupName: string, factoryName: string, options?: DataFlowDebugSessionListQueryByFactoryOptionalParams) => PagedAsyncIterableIterator<DataFlowDebugSessionInfo, DataFlowDebugSessionInfo[], PageSettings>