Uses of Class
com.azure.resourcemanager.datafactory.models.DataFlowDebugCommandRequest
Package
Description
Package containing the service clients for DataFactoryManagementClient.
Package containing the data models for DataFactoryManagementClient.
-
Uses of DataFlowDebugCommandRequest in com.azure.resourcemanager.datafactory.fluent
Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DataFlowDebugCommandResponseInner>,
DataFlowDebugCommandResponseInner> DataFlowDebugSessionsClient.beginExecuteCommand
(String resourceGroupName, String factoryName, DataFlowDebugCommandRequest request) Execute a data flow debug command.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DataFlowDebugCommandResponseInner>,
DataFlowDebugCommandResponseInner> DataFlowDebugSessionsClient.beginExecuteCommand
(String resourceGroupName, String factoryName, DataFlowDebugCommandRequest request, com.azure.core.util.Context context) Execute a data flow debug command.DataFlowDebugSessionsClient.executeCommand
(String resourceGroupName, String factoryName, DataFlowDebugCommandRequest request) Execute a data flow debug command.DataFlowDebugSessionsClient.executeCommand
(String resourceGroupName, String factoryName, DataFlowDebugCommandRequest request, com.azure.core.util.Context context) Execute a data flow debug command. -
Uses of DataFlowDebugCommandRequest in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionDataFlowDebugCommandRequest.withCommand
(DataFlowDebugCommandType command) Set the command property: The command type.DataFlowDebugCommandRequest.withCommandPayload
(DataFlowDebugCommandPayload commandPayload) Set the commandPayload property: The command payload object.DataFlowDebugCommandRequest.withSessionId
(String sessionId) Set the sessionId property: The ID of data flow debug session.Modifier and TypeMethodDescriptionDataFlowDebugSessions.executeCommand
(String resourceGroupName, String factoryName, DataFlowDebugCommandRequest request) Execute a data flow debug command.DataFlowDebugSessions.executeCommand
(String resourceGroupName, String factoryName, DataFlowDebugCommandRequest request, com.azure.core.util.Context context) Execute a data flow debug command.