DataFlowDebugSessionOperations interface
Interfejs reprezentujący operacje DataFlowDebugSession.
Właściwości
| add |
Dodaj przepływ danych do sesji debugowania. |
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create | Tworzy sesję debugowania przepływu danych. |
| delete | Usuwa sesję debugowania przepływu danych. |
| execute |
Wykonaj polecenie debugowania przepływu danych. |
| list |
Wykonaj zapytanie dotyczące wszystkich aktywnych sesji debugowania przepływu danych. |
Szczegóły właściwości
addDataFlow
Dodaj przepływ danych do sesji debugowania.
addDataFlow: (resourceGroupName: string, factoryName: string, request: DataFlowDebugPackage, options?: DataFlowDebugSessionAddDataFlowOptionalParams) => Promise<AddDataFlowToDebugSessionResponse>
Wartość właściwości
(resourceGroupName: string, factoryName: string, request: DataFlowDebugPackage, options?: DataFlowDebugSessionAddDataFlowOptionalParams) => Promise<AddDataFlowToDebugSessionResponse>
beginCreate
Ostrzeżenie
Ten interfejs API jest już przestarzały.
use create instead
beginCreate: (resourceGroupName: string, factoryName: string, request: CreateDataFlowDebugSessionRequest, options?: DataFlowDebugSessionCreateOptionalParams) => Promise<SimplePollerLike<OperationState<CreateDataFlowDebugSessionResponse>, CreateDataFlowDebugSessionResponse>>
Wartość właściwości
(resourceGroupName: string, factoryName: string, request: CreateDataFlowDebugSessionRequest, options?: DataFlowDebugSessionCreateOptionalParams) => Promise<SimplePollerLike<OperationState<CreateDataFlowDebugSessionResponse>, CreateDataFlowDebugSessionResponse>>
beginCreateAndWait
Ostrzeżenie
Ten interfejs API jest już przestarzały.
use create instead
beginCreateAndWait: (resourceGroupName: string, factoryName: string, request: CreateDataFlowDebugSessionRequest, options?: DataFlowDebugSessionCreateOptionalParams) => Promise<CreateDataFlowDebugSessionResponse>
Wartość właściwości
(resourceGroupName: string, factoryName: string, request: CreateDataFlowDebugSessionRequest, options?: DataFlowDebugSessionCreateOptionalParams) => Promise<CreateDataFlowDebugSessionResponse>
beginExecuteCommand
Ostrzeżenie
Ten interfejs API jest już przestarzały.
use executeCommand instead
beginExecuteCommand: (resourceGroupName: string, factoryName: string, request: DataFlowDebugCommandRequest, options?: DataFlowDebugSessionExecuteCommandOptionalParams) => Promise<SimplePollerLike<OperationState<DataFlowDebugCommandResponse>, DataFlowDebugCommandResponse>>
Wartość właściwości
(resourceGroupName: string, factoryName: string, request: DataFlowDebugCommandRequest, options?: DataFlowDebugSessionExecuteCommandOptionalParams) => Promise<SimplePollerLike<OperationState<DataFlowDebugCommandResponse>, DataFlowDebugCommandResponse>>
beginExecuteCommandAndWait
Ostrzeżenie
Ten interfejs API jest już przestarzały.
use executeCommand instead
beginExecuteCommandAndWait: (resourceGroupName: string, factoryName: string, request: DataFlowDebugCommandRequest, options?: DataFlowDebugSessionExecuteCommandOptionalParams) => Promise<DataFlowDebugCommandResponse>
Wartość właściwości
(resourceGroupName: string, factoryName: string, request: DataFlowDebugCommandRequest, options?: DataFlowDebugSessionExecuteCommandOptionalParams) => Promise<DataFlowDebugCommandResponse>
create
Tworzy sesję debugowania przepływu danych.
create: (resourceGroupName: string, factoryName: string, request: CreateDataFlowDebugSessionRequest, options?: DataFlowDebugSessionCreateOptionalParams) => PollerLike<OperationState<CreateDataFlowDebugSessionResponse>, CreateDataFlowDebugSessionResponse>
Wartość właściwości
(resourceGroupName: string, factoryName: string, request: CreateDataFlowDebugSessionRequest, options?: DataFlowDebugSessionCreateOptionalParams) => PollerLike<OperationState<CreateDataFlowDebugSessionResponse>, CreateDataFlowDebugSessionResponse>
delete
Usuwa sesję debugowania przepływu danych.
delete: (resourceGroupName: string, factoryName: string, request: DeleteDataFlowDebugSessionRequest, options?: DataFlowDebugSessionDeleteOptionalParams) => Promise<void>
Wartość właściwości
(resourceGroupName: string, factoryName: string, request: DeleteDataFlowDebugSessionRequest, options?: DataFlowDebugSessionDeleteOptionalParams) => Promise<void>
executeCommand
Wykonaj polecenie debugowania przepływu danych.
executeCommand: (resourceGroupName: string, factoryName: string, request: DataFlowDebugCommandRequest, options?: DataFlowDebugSessionExecuteCommandOptionalParams) => PollerLike<OperationState<DataFlowDebugCommandResponse>, DataFlowDebugCommandResponse>
Wartość właściwości
(resourceGroupName: string, factoryName: string, request: DataFlowDebugCommandRequest, options?: DataFlowDebugSessionExecuteCommandOptionalParams) => PollerLike<OperationState<DataFlowDebugCommandResponse>, DataFlowDebugCommandResponse>
listQueryByFactory
Wykonaj zapytanie dotyczące wszystkich aktywnych sesji debugowania przepływu danych.
listQueryByFactory: (resourceGroupName: string, factoryName: string, options?: DataFlowDebugSessionListQueryByFactoryOptionalParams) => PagedAsyncIterableIterator<DataFlowDebugSessionInfo, DataFlowDebugSessionInfo[], PageSettings>
Wartość właściwości
(resourceGroupName: string, factoryName: string, options?: DataFlowDebugSessionListQueryByFactoryOptionalParams) => PagedAsyncIterableIterator<DataFlowDebugSessionInfo, DataFlowDebugSessionInfo[], PageSettings>